Html Css Color HEX #C92501 Harley Davidson Orange

📋 copy color: '#C92501'

red 201 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #C92501

Tints of Harley Davidson Orange #C92501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 84.1%
G = 15.48%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C92501 (or 0xC92501) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 01. RGB value is (201,37,1). Sum of RGB (Red+Green+Blue) = 201+37+1=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C92501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92501 is #36DAFE. Grayscale: #525252. Windows color (decimal): -3595007 or 75209. OLE color: 75209.

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

Color convert

RGB 201 37 1 -
CMYK 0 0.82 1.00 0.21
HSL 10.8º 0.99% 0.4% -
HSV(B) 10.8º 1% 0.79% -
XYZ 24.75 13.74 1.38 -
YUV 81.93 82.33 212.93 -
System Red Green Blue C M Y K H S L
Decimal 201 37 1 0 0.82 1.00 0.21 10.8 0.99 0.4
Hex C9 25 1 0 52 64 15 B 63 28
Octal 311 45 1 0 122 144 25 13 143 50
Binary 11001001 100101 1 0 1010010 1100100 10101 1011 1100011 101000

Color Harmonies of #C92501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92501

Black with #C92501

Text Example


Text Example

White with #C92501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92501; }

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

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

background-color css

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

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

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

border-color css

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

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

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