Html Css Color HEX #C03118 Harley Davidson Orange

📋 copy color: '#C03118'

red 192 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #C03118

Tints of Harley Davidson Orange #C03118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 72.45%
G = 18.49%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C03118 (or 0xC03118) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 18. RGB value is (192,49,24). Sum of RGB (Red+Green+Blue) = 192+49+24=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03118 is #3FCEE7. Grayscale: #595959. Windows color (decimal): -4181736 or 1585600. OLE color: 1585600.

HSL color Cylindrical-coordinate representation of color #C03118: hue angle of 8.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C03118 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 24 -
CMYK 0 0.74 0.88 0.25
HSL 8.93º 0.78% 0.42% -
HSV(B) 8.93º 0.88% 0.75% -
XYZ 23 13.47 2.25 -
YUV 88.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 192 49 24 0 0.74 0.88 0.25 8.93 0.78 0.42
Hex C0 31 18 0 4A 58 19 9 4E 2A
Octal 300 61 30 0 112 130 31 11 116 52
Binary 11000000 110001 11000 0 1001010 1011000 11001 1001 1001110 101010

Color Harmonies of #C03118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03118

Black with #C03118

Text Example


Text Example

White with #C03118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03118; }

 p { color: rgb(192,49,24); }

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

background-color css

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

 a { background-color: rgb(192,49,24); }

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

border-color css

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

 span { border-color: rgb(192,49,24); }

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