Html Css Color HEX #C92314 Harley Davidson Orange

📋 copy color: '#C92314'

red 201 ◦ green 35 ◦ blue 20

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

Shades of Harley Davidson Orange #C92314

Tints of Harley Davidson Orange #C92314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 78.52%
G = 13.67%
B = 7.81%

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

#C92314 (or 0xC92314) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 14. RGB value is (201,35,20). Sum of RGB (Red+Green+Blue) = 201+35+20=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C92314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92314 is #36DCEB. Grayscale: #535353. Windows color (decimal): -3595500 or 1319881. OLE color: 1319881.

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

Color convert

RGB 201 35 20 -
CMYK 0 0.83 0.90 0.21
HSL 4.97º 0.82% 0.43% -
HSV(B) 4.97º 0.9% 0.79% -
XYZ 24.81 13.67 1.99 -
YUV 82.92 92.5 212.22 -
System Red Green Blue C M Y K H S L
Decimal 201 35 20 0 0.83 0.90 0.21 4.97 0.82 0.43
Hex C9 23 14 0 53 5A 15 5 52 2B
Octal 311 43 24 0 123 132 25 5 122 53
Binary 11001001 100011 10100 0 1010011 1011010 10101 101 1010010 101011

Color Harmonies of #C92314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92314

Black with #C92314

Text Example


Text Example

White with #C92314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92314; }

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

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

background-color css

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

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

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

border-color css

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

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

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