#CD2D07

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

Shades of Harley Davidson Orange #CD2D07

Tints of Harley Davidson Orange #CD2D07

Color information

#CD2D07 (or 0xCD2D07) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 2D and 07. RGB value is (205,45,7). Sum of RGB (Red+Green+Blue) = 205+45+7=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2D07 is #32D2F8. Grayscale: #585858. Windows color (decimal): -3330809 or 470477. OLE color: 470477.

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

Color convert

RGB205457-
CMYK00.780.970.20
HSL11.52º93.4%41.57%-
HSV(B)11.52º96.59%80.39%-
XYZ26.1514.871.69-
YUV88.5182.01211.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 79.77%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 7 (3.12% from 255) = 2.72%
R=79.77%
G=17.51%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20545700.780.970.2011.5293.441.57
HexCD2D704E6114c5d2a
Octal3155570116141241413552
Binary110011011011011110100111011000011010011001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2D07; }

 p { color: rgb(205,45,7); }

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

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

 a { background-color: rgb(205,45,7); }

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

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

 span { border-color: rgb(205,45,7); }

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