#C2401E

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

Shades of Harley Davidson Orange #C2401E

Tints of Harley Davidson Orange #C2401E

Color information

#C2401E (or 0xC2401E) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 40 and 1E. RGB value is (194,64,30). Sum of RGB (Red+Green+Blue) = 194+64+30=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2401E is #3DBFE1. Grayscale: #636363. Windows color (decimal): -4046818 or 1982658. OLE color: 1982658.

HSL color Cylindrical-coordinate representation of color #C2401E: hue angle of 12.44º degrees, saturation: 0.73, 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 #C2401E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1946430-
CMYK00.670.850.24
HSL12.44º73.21%43.92%-
HSV(B)12.44º84.54%76.08%-
XYZ24.3215.232.89-
YUV98.9989.07195.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.36%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=67.36%
G=22.22%
B=10.42%

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
Decimal194643000.670.850.2412.4473.2143.92
HexC2401E0435518c492c
Octal302100360103125301411154
Binary110000101000000111100100001110101011100011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2401E; }

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

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

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

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

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

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

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

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