#CD2A14

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

Shades of Harley Davidson Orange #CD2A14

Tints of Harley Davidson Orange #CD2A14

Color information

#CD2A14 (or 0xCD2A14) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 2A and 14. RGB value is (205,42,20). Sum of RGB (Red+Green+Blue) = 205+42+20=267 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.78% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2A14 is #32D5EB. Grayscale: #585858. Windows color (decimal): -3331564 or 1321677. OLE color: 1321677.

HSL color Cylindrical-coordinate representation of color #CD2A14: hue angle of 7.14º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD2A14 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB2054220-
CMYK00.800.900.20
HSL7.14º82.22%44.12%-
HSV(B)7.14º90.24%80.39%-
XYZ26.1314.692.12-
YUV88.2389.5211.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 76.78%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 20 (8.20% from 255) = 7.49%
R=76.78%
G=15.73%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205422000.800.900.207.1482.2244.12
HexCD2A140505A147522c
Octal3155224012013224712254
Binary1100110110101010100010100001011010101001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2A14; }

 p { color: rgb(205,42,20); }

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

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

 a { background-color: rgb(205,42,20); }

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

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

 span { border-color: rgb(205,42,20); }

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