#CD2508

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

Shades of Harley Davidson Orange #CD2508

Tints of Harley Davidson Orange #CD2508

Color information

#CD2508 (or 0xCD2508) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 25 and 08. RGB value is (205,37,8). Sum of RGB (Red+Green+Blue) = 205+37+8=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2508 is #32DAF7. Grayscale: #545454. Windows color (decimal): -3332856 or 533965. OLE color: 533965.

HSL color Cylindrical-coordinate representation of color #CD2508: hue angle of 8.83º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD2508 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB205378-
CMYK00.820.960.20
HSL8.83º92.49%41.76%-
HSV(B)8.83º96.1%80.39%-
XYZ25.8814.321.63-
YUV83.9385.16214.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 82%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=82%
G=14.8%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20537800.820.960.208.8392.4941.76
HexCD258052601495c2a
Octal31545100122140241113452
Binary1100110110010110000101001011000001010010011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2508; }

 p { color: rgb(205,37,8); }

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

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

 a { background-color: rgb(205,37,8); }

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

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

 span { border-color: rgb(205,37,8); }

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