#CD4A15

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

Shades of Harley Davidson Orange #CD4A15

Tints of Harley Davidson Orange #CD4A15

Color information

#CD4A15 (or 0xCD4A15) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 4A and 15. RGB value is (205,74,21). Sum of RGB (Red+Green+Blue) = 205+74+21=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A15 is #32B5EA. Grayscale: #6B6B6B. Windows color (decimal): -3323371 or 1395405. OLE color: 1395405.

HSL color Cylindrical-coordinate representation of color #CD4A15: hue angle of 17.28º degrees, saturation: 0.81, 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 #CD4A15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB2057421-
CMYK00.640.900.20
HSL17.28º81.42%44.31%-
HSV(B)17.28º89.76%80.39%-
XYZ27.7617.932.71-
YUV107.1379.4197.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.33%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 21 (8.59% from 255) = 7%
R=68.33%
G=24.67%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205742100.640.900.2017.2881.4244.31
HexCD4A150405A1411512c
Octal315112250100132242112154
Binary1100110110010101010101000000101101010100100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4A15; }

 p { color: rgb(205,74,21); }

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

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

 a { background-color: rgb(205,74,21); }

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

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

 span { border-color: rgb(205,74,21); }

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