Html Css Color HEX #C94011 Harley Davidson Orange

📋 copy color: '#C94011'

red 201 ◦ green 64 ◦ blue 17

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

Shades of Harley Davidson Orange #C94011

Tints of Harley Davidson Orange #C94011

RGB

 RED value IS 201 (78.91% from 255) = 71.28%

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 71.28%
G = 22.7%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94011 (or 0xC94011) is known color: Harley Davidson Orange. HEX triplet: C9, 40 and 11. RGB value is (201,64,17). Sum of RGB (Red+Green+Blue) = 201+64+17=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C94011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94011 is #36BFEE. Grayscale: #636363. Windows color (decimal): -3588079 or 1130697. OLE color: 1130697.

HSL color Cylindrical-coordinate representation of color #C94011: hue angle of 15.33º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C94011 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 17 -
CMYK 0 0.68 0.92 0.21
HSL 15.33º 0.84% 0.43% -
HSV(B) 15.33º 0.92% 0.79% -
XYZ 26.02 16.12 2.27 -
YUV 99.61 81.39 200.32 -
System Red Green Blue C M Y K H S L
Decimal 201 64 17 0 0.68 0.92 0.21 15.33 0.84 0.43
Hex C9 40 11 0 44 5C 15 F 54 2B
Octal 311 100 21 0 104 134 25 17 124 53
Binary 11001001 1000000 10001 0 1000100 1011100 10101 1111 1010100 101011

Color Harmonies of #C94011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94011

Black with #C94011

Text Example


Text Example

White with #C94011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94011; }

 p { color: rgb(201,64,17); }

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

background-color css

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

 a { background-color: rgb(201,64,17); }

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

border-color css

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

 span { border-color: rgb(201,64,17); }

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