Html Css Color HEX #C94411 Harley Davidson Orange

📋 copy color: '#C94411'

red 201 ◦ green 68 ◦ blue 17

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

Shades of Harley Davidson Orange #C94411

Tints of Harley Davidson Orange #C94411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

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

R = 70.28%
G = 23.78%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94411 (or 0xC94411) is known color: Harley Davidson Orange. HEX triplet: C9, 44 and 11. RGB value is (201,68,17). Sum of RGB (Red+Green+Blue) = 201+68+17=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C94411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94411 is #36BBEE. Grayscale: #666666. Windows color (decimal): -3587055 or 1131721. OLE color: 1131721.

HSL color Cylindrical-coordinate representation of color #C94411: hue angle of 16.63º 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 #C94411 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 17 -
CMYK 0 0.66 0.92 0.21
HSL 16.63º 0.84% 0.43% -
HSV(B) 16.63º 0.92% 0.79% -
XYZ 26.26 16.59 2.35 -
YUV 101.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 201 68 17 0 0.66 0.92 0.21 16.63 0.84 0.43
Hex C9 44 11 0 42 5C 15 11 54 2B
Octal 311 104 21 0 102 134 25 21 124 53
Binary 11001001 1000100 10001 0 1000010 1011100 10101 10001 1010100 101011

Color Harmonies of #C94411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94411

Black with #C94411

Text Example


Text Example

White with #C94411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94411; }

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

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

background-color css

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

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

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

border-color css

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

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

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