Html Css Color HEX #CA440F Harley Davidson Orange
📋 copy color: '#CA440F'red 202 ◦ green 68 ◦ blue 15
Shades of Harley Davidson Orange #CA440F
Tints of Harley Davidson Orange #CA440F
RGB
CMYK
RGB Variations
Color information
#CA440F (or 0xCA440F) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 0F. RGB value is (202,68,15). Sum of RGB (Red+Green+Blue) = 202+68+15=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA440F is #35BBF0. Grayscale: #666666. Windows color (decimal): -3521521 or 1000650. OLE color: 1000650.
HSL color Cylindrical-coordinate representation of color #CA440F: hue angle of 17.01º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA440F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.21 |
| HSL | 17.01º | 0.86% | 0.43% | - |
| HSV(B) | 17.01º | 0.93% | 0.79% | - |
| XYZ | 26.51 | 16.73 | 2.28 | - |
| YUV | 102.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 15 | 0 | 0.66 | 0.93 | 0.21 | 17.01 | 0.86 | 0.43 |
| Hex | CA | 44 | F | 0 | 42 | 5D | 15 | 11 | 56 | 2B |
| Octal | 312 | 104 | 17 | 0 | 102 | 135 | 25 | 21 | 126 | 53 |
| Binary | 11001010 | 1000100 | 1111 | 0 | 1000010 | 1011101 | 10101 | 10001 | 1010110 | 101011 |
Color Harmonies of #CA440F
Complementary color
Monochromatic Colors of #CA440F
Black with #CA440F
Text Example
Text Example
White with #CA440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA440F; }
p { color: rgb(202,68,15); }
H1.HeaderClassName
{
color: #CA440F;
}
.AnyTagClassName
{
color: #CA440F;
}
</style>
background-color css
<style>
a { background-color: #CA440F; }
a { background-color: rgb(202,68,15); }
div.DivClassName
{
background-color: #CA440F;
}
.BgClassName
{
background-color: #CA440F;
}
</style>
border-color css
<style>
span { border-color: #CA440F; }
span { border-color: rgb(202,68,15); }
td.TdClassName
{
border-color: #CA440F;
}
.TagClassName
{
border-color: #CA440F;
}
</style>