#CD390E

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

Shades of Harley Davidson Orange #CD390E

Tints of Harley Davidson Orange #CD390E

Color information

#CD390E (or 0xCD390E) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 39 and 0E. RGB value is (205,57,14). Sum of RGB (Red+Green+Blue) = 205+57+14=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD390E is #32C6F1. Grayscale: #606060. Windows color (decimal): -3327730 or 932301. OLE color: 932301.

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

Color convert

RGB2055714-
CMYK00.720.930.20
HSL13.51º87.21%42.94%-
HSV(B)13.51º93.17%80.39%-
XYZ26.7215.942.08-
YUV96.3581.53205.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 74.28%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=74.28%
G=20.65%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205571400.720.930.2013.5187.2142.94
HexCD39E0485D14e572b
Octal31571160110135241612753
Binary1100110111100111100100100010111011010011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD390E; }

 p { color: rgb(205,57,14); }

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

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

 a { background-color: rgb(205,57,14); }

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

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

 span { border-color: rgb(205,57,14); }

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