Html Css Color HEX #C94016 Harley Davidson Orange

📋 copy color: '#C94016'

red 201 ◦ green 64 ◦ blue 22

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

Shades of Harley Davidson Orange #C94016

Tints of Harley Davidson Orange #C94016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 70.03%
G = 22.3%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C94016 (or 0xC94016) is known color: Harley Davidson Orange. HEX triplet: C9, 40 and 16. RGB value is (201,64,22). Sum of RGB (Red+Green+Blue) = 201+64+22=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C94016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94016 is #36BFE9. Grayscale: #646464. Windows color (decimal): -3588074 or 1458377. OLE color: 1458377.

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

Color convert

RGB 201 64 22 -
CMYK 0 0.68 0.89 0.21
HSL 14.08º 0.8% 0.44% -
HSV(B) 14.08º 0.89% 0.79% -
XYZ 26.07 16.14 2.5 -
YUV 100.18 83.89 199.92 -
System Red Green Blue C M Y K H S L
Decimal 201 64 22 0 0.68 0.89 0.21 14.08 0.8 0.44
Hex C9 40 16 0 44 59 15 E 50 2C
Octal 311 100 26 0 104 131 25 16 120 54
Binary 11001001 1000000 10110 0 1000100 1011001 10101 1110 1010000 101100

Color Harmonies of #C94016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94016

Black with #C94016

Text Example


Text Example

White with #C94016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94016; }

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

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

background-color css

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

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

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

border-color css

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

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

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