Html Css Color HEX #C92800 Harley Davidson Orange

📋 copy color: '#C92800'

red 201 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #C92800

Tints of Harley Davidson Orange #C92800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.4%
G = 16.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C92800 (or 0xC92800) is known color: Harley Davidson Orange. HEX triplet: C9, 28 and 00. RGB value is (201,40,0). Sum of RGB (Red+Green+Blue) = 201+40+0=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C92800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92800 is #36D7FF. Grayscale: #535353. Windows color (decimal): -3594240 or 10441. OLE color: 10441.

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

Color convert

RGB 201 40 0 -
CMYK 0 0.80 1 0.21
HSL 11.94º 1% 0.39% -
HSV(B) 11.94º 1% 0.79% -
XYZ 24.85 13.94 1.38 -
YUV 83.58 80.84 211.75 -
System Red Green Blue C M Y K H S L
Decimal 201 40 0 0 0.80 1 0.21 11.94 1 0.39
Hex C9 28 0 0 50 64 15 C 64 27
Octal 311 50 0 0 120 144 25 14 144 47
Binary 11001001 101000 0 0 1010000 1100100 10101 1100 1100100 100111

Color Harmonies of #C92800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92800

Black with #C92800

Text Example


Text Example

White with #C92800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92800; }

 p { color: rgb(201,40,0); }

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

background-color css

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

 a { background-color: rgb(201,40,0); }

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

border-color css

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

 span { border-color: rgb(201,40,0); }

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