Html Css Color HEX #C92214 Harley Davidson Orange

📋 copy color: '#C92214'

red 201 ◦ green 34 ◦ blue 20

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

Shades of Harley Davidson Orange #C92214

Tints of Harley Davidson Orange #C92214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 78.82%
G = 13.33%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C92214 (or 0xC92214) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 14. RGB value is (201,34,20). Sum of RGB (Red+Green+Blue) = 201+34+20=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C92214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92214 is #36DDEB. Grayscale: #525252. Windows color (decimal): -3595756 or 1319625. OLE color: 1319625.

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

Color convert

RGB 201 34 20 -
CMYK 0 0.83 0.90 0.21
HSL 4.64º 0.82% 0.43% -
HSV(B) 4.64º 0.9% 0.79% -
XYZ 24.79 13.61 1.98 -
YUV 82.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 201 34 20 0 0.83 0.90 0.21 4.64 0.82 0.43
Hex C9 22 14 0 53 5A 15 5 52 2B
Octal 311 42 24 0 123 132 25 5 122 53
Binary 11001001 100010 10100 0 1010011 1011010 10101 101 1010010 101011

Color Harmonies of #C92214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92214

Black with #C92214

Text Example


Text Example

White with #C92214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92214; }

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

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

background-color css

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

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

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

border-color css

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

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

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