Html Css Color HEX #C03117 Harley Davidson Orange

📋 copy color: '#C03117'

red 192 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #C03117

Tints of Harley Davidson Orange #C03117

RGB

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

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

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

R = 72.73%
G = 18.56%
B = 8.71%

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

#C03117 (or 0xC03117) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 17. RGB value is (192,49,23). Sum of RGB (Red+Green+Blue) = 192+49+23=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C03117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03117 is #3FCEE8. Grayscale: #595959. Windows color (decimal): -4181737 or 1520064. OLE color: 1520064.

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

Color convert

RGB 192 49 23 -
CMYK 0 0.74 0.88 0.25
HSL 9.23º 0.79% 0.42% -
HSV(B) 9.23º 0.88% 0.75% -
XYZ 22.99 13.46 2.2 -
YUV 88.79 90.88 201.61 -
System Red Green Blue C M Y K H S L
Decimal 192 49 23 0 0.74 0.88 0.25 9.23 0.79 0.42
Hex C0 31 17 0 4A 58 19 9 4F 2A
Octal 300 61 27 0 112 130 31 11 117 52
Binary 11000000 110001 10111 0 1001010 1011000 11001 1001 1001111 101010

Color Harmonies of #C03117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03117

Black with #C03117

Text Example


Text Example

White with #C03117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03117; }

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

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

background-color css

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

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

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

border-color css

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

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

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