Html Css Color HEX #C92506 Harley Davidson Orange

📋 copy color: '#C92506'

red 201 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #C92506

Tints of Harley Davidson Orange #C92506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 82.38%
G = 15.16%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C92506 (or 0xC92506) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 06. RGB value is (201,37,6). Sum of RGB (Red+Green+Blue) = 201+37+6=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C92506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92506 is #36DAF9. Grayscale: #525252. Windows color (decimal): -3595002 or 402889. OLE color: 402889.

HSL color Cylindrical-coordinate representation of color #C92506: hue angle of 9.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C92506 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 6 -
CMYK 0 0.82 0.97 0.21
HSL 9.54º 0.94% 0.41% -
HSV(B) 9.54º 0.97% 0.79% -
XYZ 24.78 13.75 1.52 -
YUV 82.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 201 37 6 0 0.82 0.97 0.21 9.54 0.94 0.41
Hex C9 25 6 0 52 61 15 A 5E 29
Octal 311 45 6 0 122 141 25 12 136 51
Binary 11001001 100101 110 0 1010010 1100001 10101 1010 1011110 101001

Color Harmonies of #C92506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92506

Black with #C92506

Text Example


Text Example

White with #C92506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92506; }

 p { color: rgb(201,37,6); }

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

background-color css

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

 a { background-color: rgb(201,37,6); }

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

border-color css

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

 span { border-color: rgb(201,37,6); }

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