Html Css Color HEX #C94008 Harley Davidson Orange

📋 copy color: '#C94008'

red 201 ◦ green 64 ◦ blue 8

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

Shades of Harley Davidson Orange #C94008

Tints of Harley Davidson Orange #C94008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 73.63%
G = 23.44%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C94008 (or 0xC94008) is known color: Harley Davidson Orange. HEX triplet: C9, 40 and 08. RGB value is (201,64,8). Sum of RGB (Red+Green+Blue) = 201+64+8=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C94008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94008 is #36BFF7. Grayscale: #626262. Windows color (decimal): -3588088 or 540873. OLE color: 540873.

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

Color convert

RGB 201 64 8 -
CMYK 0 0.68 0.96 0.21
HSL 17.41º 0.92% 0.41% -
HSV(B) 17.41º 0.96% 0.79% -
XYZ 25.96 16.1 1.97 -
YUV 98.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 201 64 8 0 0.68 0.96 0.21 17.41 0.92 0.41
Hex C9 40 8 0 44 60 15 11 5C 29
Octal 311 100 10 0 104 140 25 21 134 51
Binary 11001001 1000000 1000 0 1000100 1100000 10101 10001 1011100 101001

Color Harmonies of #C94008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94008

Black with #C94008

Text Example


Text Example

White with #C94008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94008; }

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

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

background-color css

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

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

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

border-color css

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

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

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