#CD3718

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

Shades of Harley Davidson Orange #CD3718

Tints of Harley Davidson Orange #CD3718

Color information

#CD3718 (or 0xCD3718) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 37 and 18. RGB value is (205,55,24). Sum of RGB (Red+Green+Blue) = 205+55+24=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3718 is #32C8E7. Grayscale: #606060. Windows color (decimal): -3328232 or 1587149. OLE color: 1587149.

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

Color convert

RGB2055524-
CMYK00.730.880.20
HSL10.28º79.04%44.9%-
HSV(B)10.28º88.29%80.39%-
XYZ26.7115.782.5-
YUV96.3287.2205.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 72.18%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 24 (9.77% from 255) = 8.45%
R=72.18%
G=19.37%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205552400.730.880.2010.2879.0444.9
HexCD37180495814a4f2d
Octal31567300111130241211755
Binary11001101110111110000100100110110001010010101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3718; }

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

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

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

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

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

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

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

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