#C91D01

Color #C91D01 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C91D01

Tints of Harley Davidson Orange #C91D01

Color information

#C91D01 (or 0xC91D01) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 1D and 01. RGB value is (201,29,1). Sum of RGB (Red+Green+Blue) = 201+29+1=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91D01 is #36E2FE. Grayscale: #4D4D4D. Windows color (decimal): -3597055 or 73161. OLE color: 73161.

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

Color convert

RGB201291-
CMYK00.861.000.21
HSL8.4º99.01%39.61%-
HSV(B)8.4º99.5%78.82%-
XYZ24.5313.31.3-
YUV77.2484.98216.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 87.01%
GREEN value IS 29 (11.72% from 255) = 12.55%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=87.01%
G=12.55%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20129100.861.000.218.499.0139.61
HexC91D1056641586328
Octal3113510126144251014350
Binary110010011110110101011011001001010110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91D01; }

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

 H1.HeaderClassName
 {
   color: #C91D01;
 }
 .AnyTagClassName
 {
   color: #C91D01;
 }
</style>
background-color css

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

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

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

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

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

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