Html Css Color HEX #C03317 Harley Davidson Orange

📋 copy color: '#C03317'

red 192 ◦ green 51 ◦ blue 23

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

Shades of Harley Davidson Orange #C03317

Tints of Harley Davidson Orange #C03317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 72.18%
G = 19.17%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C03317 (or 0xC03317) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 17. RGB value is (192,51,23). Sum of RGB (Red+Green+Blue) = 192+51+23=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03317 is #3FCCE8. Grayscale: #5A5A5A. Windows color (decimal): -4181225 or 1520576. OLE color: 1520576.

HSL color Cylindrical-coordinate representation of color #C03317: hue angle of 9.94º degrees, saturation: 0.79, 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 #C03317 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 23 -
CMYK 0 0.73 0.88 0.25
HSL 9.94º 0.79% 0.42% -
HSV(B) 9.94º 0.88% 0.75% -
XYZ 23.08 13.64 2.23 -
YUV 89.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 192 51 23 0 0.73 0.88 0.25 9.94 0.79 0.42
Hex C0 33 17 0 49 58 19 A 4F 2A
Octal 300 63 27 0 111 130 31 12 117 52
Binary 11000000 110011 10111 0 1001001 1011000 11001 1010 1001111 101010

Color Harmonies of #C03317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03317

Black with #C03317

Text Example


Text Example

White with #C03317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03317; }

 p { color: rgb(192,51,23); }

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

background-color css

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

 a { background-color: rgb(192,51,23); }

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

border-color css

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

 span { border-color: rgb(192,51,23); }

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