#CD4013

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

Shades of Harley Davidson Orange #CD4013

Tints of Harley Davidson Orange #CD4013

Color information

#CD4013 (or 0xCD4013) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 40 and 13. RGB value is (205,64,19). Sum of RGB (Red+Green+Blue) = 205+64+19=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4013 is #32BFEC. Grayscale: #656565. Windows color (decimal): -3325933 or 1261773. OLE color: 1261773.

HSL color Cylindrical-coordinate representation of color #CD4013: hue angle of 14.52º 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 #CD4013 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB2056419-
CMYK00.690.910.20
HSL14.52º83.04%43.92%-
HSV(B)14.52º90.73%80.39%-
XYZ27.1316.692.41-
YUV101.0381.71202.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 71.18%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=71.18%
G=22.22%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205641900.690.910.2014.5283.0443.92
HexCD40130455B14f532c
Octal315100230105133241712354
Binary110011011000000100110100010110110111010011111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4013; }

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

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

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

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

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

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

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

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