Html Css Color HEX #C92900 Harley Davidson Orange

📋 copy color: '#C92900'

red 201 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #C92900

Tints of Harley Davidson Orange #C92900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

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

R = 83.06%
G = 16.94%
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

#C92900 (or 0xC92900) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 00. RGB value is (201,41,0). Sum of RGB (Red+Green+Blue) = 201+41+0=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C92900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92900 is #36D6FF. Grayscale: #545454. Windows color (decimal): -3593984 or 10697. OLE color: 10697.

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

Color convert

RGB 201 41 0 -
CMYK 0 0.80 1 0.21
HSL 12.24º 1% 0.39% -
HSV(B) 12.24º 1% 0.79% -
XYZ 24.88 14 1.39 -
YUV 84.17 80.51 211.33 -
System Red Green Blue C M Y K H S L
Decimal 201 41 0 0 0.80 1 0.21 12.24 1 0.39
Hex C9 29 0 0 50 64 15 C 64 27
Octal 311 51 0 0 120 144 25 14 144 47
Binary 11001001 101001 0 0 1010000 1100100 10101 1100 1100100 100111

Color Harmonies of #C92900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92900

Black with #C92900

Text Example


Text Example

White with #C92900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92900; }

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

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

background-color css

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

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

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

border-color css

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

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

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