#CD4113

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

Shades of Harley Davidson Orange #CD4113

Tints of Harley Davidson Orange #CD4113

Color information

#CD4113 (or 0xCD4113) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 41 and 13. RGB value is (205,65,19). Sum of RGB (Red+Green+Blue) = 205+65+19=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4113 is #32BEEC. Grayscale: #656565. Windows color (decimal): -3325677 or 1262029. OLE color: 1262029.

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

Color convert

RGB2056519-
CMYK00.680.910.20
HSL14.84º83.04%43.92%-
HSV(B)14.84º90.73%80.39%-
XYZ27.1816.812.43-
YUV101.6281.38201.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 70.93%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 19 (7.81% from 255) = 6.57%
R=70.93%
G=22.49%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205651900.680.910.2014.8483.0443.92
HexCD41130445B14f532c
Octal315101230104133241712354
Binary110011011000001100110100010010110111010011111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4113; }

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

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

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

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

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

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

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

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