Html Css Color HEX #C94111 Harley Davidson Orange

📋 copy color: '#C94111'

red 201 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #C94111

Tints of Harley Davidson Orange #C94111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 71.02%
G = 22.97%
B = 6.01%

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

#C94111 (or 0xC94111) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 11. RGB value is (201,65,17). Sum of RGB (Red+Green+Blue) = 201+65+17=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C94111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94111 is #36BEEE. Grayscale: #646464. Windows color (decimal): -3587823 or 1130953. OLE color: 1130953.

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

Color convert

RGB 201 65 17 -
CMYK 0 0.68 0.92 0.21
HSL 15.65º 0.84% 0.43% -
HSV(B) 15.65º 0.92% 0.79% -
XYZ 26.08 16.24 2.29 -
YUV 100.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 201 65 17 0 0.68 0.92 0.21 15.65 0.84 0.43
Hex C9 41 11 0 44 5C 15 10 54 2B
Octal 311 101 21 0 104 134 25 20 124 53
Binary 11001001 1000001 10001 0 1000100 1011100 10101 10000 1010100 101011

Color Harmonies of #C94111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94111

Black with #C94111

Text Example


Text Example

White with #C94111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94111; }

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

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

background-color css

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

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

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

border-color css

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

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

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