#CD2C17

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

Shades of Harley Davidson Orange #CD2C17

Tints of Harley Davidson Orange #CD2C17

Color information

#CD2C17 (or 0xCD2C17) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 2C and 17. RGB value is (205,44,23). Sum of RGB (Red+Green+Blue) = 205+44+23=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2C17 is #32D3E8. Grayscale: #595959. Windows color (decimal): -3331049 or 1518797. OLE color: 1518797.

HSL color Cylindrical-coordinate representation of color #CD2C17: hue angle of 6.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD2C17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB2054423-
CMYK00.790.890.20
HSL6.92º79.82%44.71%-
HSV(B)6.92º88.78%80.39%-
XYZ26.2314.842.29-
YUV89.7490.34210.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 75.37%
GREEN value IS 44 (17.58% from 255) = 16.18%
BLUE value IS 23 (9.38% from 255) = 8.46%
R=75.37%
G=16.18%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205442300.790.890.206.9279.8244.71
HexCD2C1704F59147502d
Octal3155427011713124712055
Binary1100110110110010111010011111011001101001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2C17; }

 p { color: rgb(205,44,23); }

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

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

 a { background-color: rgb(205,44,23); }

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

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

 span { border-color: rgb(205,44,23); }

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