#C2401D

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

Shades of Harley Davidson Orange #C2401D

Tints of Harley Davidson Orange #C2401D

Color information

#C2401D (or 0xC2401D) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 40 and 1D. RGB value is (194,64,29). Sum of RGB (Red+Green+Blue) = 194+64+29=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2401D is #3DBFE2. Grayscale: #636363. Windows color (decimal): -4046819 or 1917122. OLE color: 1917122.

HSL color Cylindrical-coordinate representation of color #C2401D: hue angle of 12.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2401D is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1946429-
CMYK00.670.850.24
HSL12.73º73.99%43.73%-
HSV(B)12.73º85.05%76.08%-
XYZ24.315.222.82-
YUV98.8888.57195.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.60%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 29 (11.72% from 255) = 10.10%
R=67.60%
G=22.30%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194642900.670.850.2412.7373.9943.73
HexC2401D0435518d4a2c
Octal302100350103125301511254
Binary110000101000000111010100001110101011100011011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2401D; }

 p { color: rgb(194,64,29); }

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

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

 a { background-color: rgb(194,64,29); }

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

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

 span { border-color: rgb(194,64,29); }

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