#CD1C18

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

Shades of Harley Davidson Orange #CD1C18

Tints of Harley Davidson Orange #CD1C18

Color information

#CD1C18 (or 0xCD1C18) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 1C and 18. RGB value is (205,28,24). Sum of RGB (Red+Green+Blue) = 205+28+24=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD1C18 is #32E3E7. Grayscale: #505050. Windows color (decimal): -3335144 or 1580237. OLE color: 1580237.

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

Color convert

RGB2052824-
CMYK00.860.880.20
HSL1.33º79.04%44.9%-
HSV(B)1.33º88.29%80.39%-
XYZ25.7613.882.18-
YUV80.4796.14216.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 79.77%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=79.77%
G=10.89%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205282400.860.880.201.3379.0444.9
HexCD1C18056581414f2d
Octal3153430012613024111755
Binary1100110111100110000101011010110001010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1C18; }

 p { color: rgb(205,28,24); }

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

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

 a { background-color: rgb(205,28,24); }

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

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

 span { border-color: rgb(205,28,24); }

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