#CD410E

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

Shades of Harley Davidson Orange #CD410E

Tints of Harley Davidson Orange #CD410E

Color information

#CD410E (or 0xCD410E) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 41 and 0E. RGB value is (205,65,14). Sum of RGB (Red+Green+Blue) = 205+65+14=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD410E is #32BEF1. Grayscale: #656565. Windows color (decimal): -3325682 or 934349. OLE color: 934349.

HSL color Cylindrical-coordinate representation of color #CD410E: hue angle of 16.02º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD410E is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB2056514-
CMYK00.680.930.20
HSL16.02º87.21%42.94%-
HSV(B)16.02º93.17%80.39%-
XYZ27.1516.792.23-
YUV101.0578.88202.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 72.18%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 14 (5.86% from 255) = 4.93%
R=72.18%
G=22.89%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205651400.680.930.2016.0287.2142.94
HexCD41E0445D1410572b
Octal315101160104135242012753
Binary110011011000001111001000100101110110100100001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD410E; }

 p { color: rgb(205,65,14); }

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

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

 a { background-color: rgb(205,65,14); }

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

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

 span { border-color: rgb(205,65,14); }

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