#CD311D

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

Shades of Harley Davidson Orange #CD311D

Tints of Harley Davidson Orange #CD311D

Color information

#CD311D (or 0xCD311D) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 31 and 1D. RGB value is (205,49,29). Sum of RGB (Red+Green+Blue) = 205+49+29=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD311D is #32CEE2. Grayscale: #5D5D5D. Windows color (decimal): -3329763 or 1913293. OLE color: 1913293.

HSL color Cylindrical-coordinate representation of color #CD311D: hue angle of 6.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD311D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB2054929-
CMYK00.760.860.20
HSL6.82º75.21%45.88%-
HSV(B)6.82º85.85%80.39%-
XYZ26.515.262.71-
YUV93.3691.68207.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 72.44%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=72.44%
G=17.31%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205492900.760.860.206.8275.2145.88
HexCD311D04C561474b2e
Octal3156135011412624711356
Binary1100110111000111101010011001010110101001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD311D; }

 p { color: rgb(205,49,29); }

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

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

 a { background-color: rgb(205,49,29); }

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

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

 span { border-color: rgb(205,49,29); }

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