Html Css Color HEX #CA240F Harley Davidson Orange
📋 copy color: '#CA240F'red 202 ◦ green 36 ◦ blue 15
Shades of Harley Davidson Orange #CA240F
Tints of Harley Davidson Orange #CA240F
RGB
CMYK
RGB Variations
Color information
#CA240F (or 0xCA240F) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 0F. RGB value is (202,36,15). Sum of RGB (Red+Green+Blue) = 202+36+15=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA240F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA240F is #35DBF0. Grayscale: #535353. Windows color (decimal): -3529713 or 992458. OLE color: 992458.
HSL color Cylindrical-coordinate representation of color #CA240F: hue angle of 6.74º 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 #CA240F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.21 |
| HSL | 6.74º | 0.86% | 0.43% | - |
| HSV(B) | 6.74º | 0.93% | 0.79% | - |
| XYZ | 25.07 | 13.85 | 1.8 | - |
| YUV | 83.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 15 | 0 | 0.82 | 0.93 | 0.21 | 6.74 | 0.86 | 0.43 |
| Hex | CA | 24 | F | 0 | 52 | 5D | 15 | 7 | 56 | 2B |
| Octal | 312 | 44 | 17 | 0 | 122 | 135 | 25 | 7 | 126 | 53 |
| Binary | 11001010 | 100100 | 1111 | 0 | 1010010 | 1011101 | 10101 | 111 | 1010110 | 101011 |
Color Harmonies of #CA240F
Complementary color
Monochromatic Colors of #CA240F
Black with #CA240F
Text Example
Text Example
White with #CA240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA240F; }
p { color: rgb(202,36,15); }
H1.HeaderClassName
{
color: #CA240F;
}
.AnyTagClassName
{
color: #CA240F;
}
</style>
background-color css
<style>
a { background-color: #CA240F; }
a { background-color: rgb(202,36,15); }
div.DivClassName
{
background-color: #CA240F;
}
.BgClassName
{
background-color: #CA240F;
}
</style>
border-color css
<style>
span { border-color: #CA240F; }
span { border-color: rgb(202,36,15); }
td.TdClassName
{
border-color: #CA240F;
}
.TagClassName
{
border-color: #CA240F;
}
</style>