Html Css Color HEX #C03008 Harley Davidson Orange

📋 copy color: '#C03008'

red 192 ◦ green 48 ◦ blue 8

#C03008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C03008

Tints of Harley Davidson Orange #C03008

RGB

 RED value IS 192 (75.39% from 255) = 77.42%

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 77.42%
G = 19.35%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C03008 (or 0xC03008) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 08. RGB value is (192,48,8). Sum of RGB (Red+Green+Blue) = 192+48+8=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03008 is #3FCFF7. Grayscale: #565656. Windows color (decimal): -4182008 or 536768. OLE color: 536768.

HSL color Cylindrical-coordinate representation of color #C03008: hue angle of 13.04º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C03008 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 8 -
CMYK 0 0.75 0.96 0.25
HSL 13.04º 0.92% 0.39% -
HSV(B) 13.04º 0.96% 0.75% -
XYZ 22.84 13.34 1.6 -
YUV 86.5 83.71 203.25 -
System Red Green Blue C M Y K H S L
Decimal 192 48 8 0 0.75 0.96 0.25 13.04 0.92 0.39
Hex C0 30 8 0 4B 60 19 D 5C 27
Octal 300 60 10 0 113 140 31 15 134 47
Binary 11000000 110000 1000 0 1001011 1100000 11001 1101 1011100 100111

Color Harmonies of #C03008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03008

Black with #C03008

Text Example


Text Example

White with #C03008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03008; }

 p { color: rgb(192,48,8); }

 H1.HeaderClassName
 {
   color: #C03008;
 }
 .AnyTagClassName
 {
   color: #C03008;
 }
</style>

background-color css

<style>
 a { background-color: #C03008; }

 a { background-color: rgb(192,48,8); }

 div.DivClassName
 {
   background-color: #C03008;
 }
 .BgClassName
 {
   background-color: #C03008;
 }
</style>

border-color css

<style>
 span { border-color: #C03008; }

 span { border-color: rgb(192,48,8); }

 td.TdClassName
 {
   border-color: #C03008;
 }
 .TagClassName
 {
   border-color: #C03008;
 }
</style>