Html Css Color HEX #CD4413 Harley Davidson Orange
📋 copy color: '#CD4413'red 205 ◦ green 68 ◦ blue 19
Shades of Harley Davidson Orange #CD4413
Tints of Harley Davidson Orange #CD4413
RGB
CMYK
RGB Variations
Color information
#CD4413 (or 0xCD4413) is known color: Harley Davidson Orange. HEX triplet: CD, 44 and 13. RGB value is (205,68,19). Sum of RGB (Red+Green+Blue) = 205+68+19=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4413 is #32BBEC. Grayscale: #676767. Windows color (decimal): -3324909 or 1262797. OLE color: 1262797.
HSL color Cylindrical-coordinate representation of color #CD4413: hue angle of 15.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD4413 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.20 |
| HSL | 15.81º | 0.83% | 0.44% | - |
| HSV(B) | 15.81º | 0.91% | 0.8% | - |
| XYZ | 27.36 | 17.16 | 2.49 | - |
| YUV | 103.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 19 | 0 | 0.67 | 0.91 | 0.20 | 15.81 | 0.83 | 0.44 |
| Hex | CD | 44 | 13 | 0 | 43 | 5B | 14 | 10 | 53 | 2C |
| Octal | 315 | 104 | 23 | 0 | 103 | 133 | 24 | 20 | 123 | 54 |
| Binary | 11001101 | 1000100 | 10011 | 0 | 1000011 | 1011011 | 10100 | 10000 | 1010011 | 101100 |
Color Harmonies of #CD4413
Complementary color
Monochromatic Colors of #CD4413
Black with #CD4413
Text Example
Text Example
White with #CD4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4413; }
p { color: rgb(205,68,19); }
H1.HeaderClassName
{
color: #CD4413;
}
.AnyTagClassName
{
color: #CD4413;
}
</style>
background-color css
<style>
a { background-color: #CD4413; }
a { background-color: rgb(205,68,19); }
div.DivClassName
{
background-color: #CD4413;
}
.BgClassName
{
background-color: #CD4413;
}
</style>
border-color css
<style>
span { border-color: #CD4413; }
span { border-color: rgb(205,68,19); }
td.TdClassName
{
border-color: #CD4413;
}
.TagClassName
{
border-color: #CD4413;
}
</style>