Html Css Color HEX #C92313 Harley Davidson Orange

📋 copy color: '#C92313'

red 201 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #C92313

Tints of Harley Davidson Orange #C92313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 78.82%
G = 13.73%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C92313 (or 0xC92313) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 13. RGB value is (201,35,19). Sum of RGB (Red+Green+Blue) = 201+35+19=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C92313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92313 is #36DCEC. Grayscale: #535353. Windows color (decimal): -3595501 or 1254345. OLE color: 1254345.

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

Color convert

RGB 201 35 19 -
CMYK 0 0.83 0.91 0.21
HSL 5.27º 0.83% 0.43% -
HSV(B) 5.27º 0.91% 0.79% -
XYZ 24.81 13.67 1.95 -
YUV 82.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 201 35 19 0 0.83 0.91 0.21 5.27 0.83 0.43
Hex C9 23 13 0 53 5B 15 5 53 2B
Octal 311 43 23 0 123 133 25 5 123 53
Binary 11001001 100011 10011 0 1010011 1011011 10101 101 1010011 101011

Color Harmonies of #C92313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92313

Black with #C92313

Text Example


Text Example

White with #C92313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92313; }

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

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

background-color css

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

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

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

border-color css

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

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

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