Html Css Color HEX #C94414 Harley Davidson Orange

📋 copy color: '#C94414'

red 201 ◦ green 68 ◦ blue 20

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

Shades of Harley Davidson Orange #C94414

Tints of Harley Davidson Orange #C94414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 69.55%
G = 23.53%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94414 (or 0xC94414) is known color: Harley Davidson Orange. HEX triplet: C9, 44 and 14. RGB value is (201,68,20). Sum of RGB (Red+Green+Blue) = 201+68+20=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94414 is #36BBEB. Grayscale: #666666. Windows color (decimal): -3587052 or 1328329. OLE color: 1328329.

HSL color Cylindrical-coordinate representation of color #C94414: hue angle of 15.91º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94414 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 20 -
CMYK 0 0.66 0.90 0.21
HSL 15.91º 0.82% 0.43% -
HSV(B) 15.91º 0.9% 0.79% -
XYZ 26.28 16.6 2.48 -
YUV 102.3 81.56 198.4 -
System Red Green Blue C M Y K H S L
Decimal 201 68 20 0 0.66 0.90 0.21 15.91 0.82 0.43
Hex C9 44 14 0 42 5A 15 10 52 2B
Octal 311 104 24 0 102 132 25 20 122 53
Binary 11001001 1000100 10100 0 1000010 1011010 10101 10000 1010010 101011

Color Harmonies of #C94414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94414

Black with #C94414

Text Example


Text Example

White with #C94414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94414; }

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

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

background-color css

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

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

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

border-color css

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

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

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