Html Css Color HEX #CA401F Harley Davidson Orange
📋 copy color: '#CA401F'red 202 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #CA401F
Tints of Harley Davidson Orange #CA401F
RGB
CMYK
RGB Variations
Color information
#CA401F (or 0xCA401F) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 1F. RGB value is (202,64,31). Sum of RGB (Red+Green+Blue) = 202+64+31=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA401F is #35BFE0. Grayscale: #656565. Windows color (decimal): -3522529 or 2048202. OLE color: 2048202.
HSL color Cylindrical-coordinate representation of color #CA401F: hue angle of 11.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA401F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.21 |
| HSL | 11.58º | 0.73% | 0.46% | - |
| HSV(B) | 11.58º | 0.85% | 0.79% | - |
| XYZ | 26.44 | 16.32 | 3.05 | - |
| YUV | 101.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 31 | 0 | 0.68 | 0.85 | 0.21 | 11.58 | 0.73 | 0.46 |
| Hex | CA | 40 | 1F | 0 | 44 | 55 | 15 | C | 49 | 2E |
| Octal | 312 | 100 | 37 | 0 | 104 | 125 | 25 | 14 | 111 | 56 |
| Binary | 11001010 | 1000000 | 11111 | 0 | 1000100 | 1010101 | 10101 | 1100 | 1001001 | 101110 |
Color Harmonies of #CA401F
Complementary color
Monochromatic Colors of #CA401F
Black with #CA401F
Text Example
Text Example
White with #CA401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA401F; }
p { color: rgb(202,64,31); }
H1.HeaderClassName
{
color: #CA401F;
}
.AnyTagClassName
{
color: #CA401F;
}
</style>
background-color css
<style>
a { background-color: #CA401F; }
a { background-color: rgb(202,64,31); }
div.DivClassName
{
background-color: #CA401F;
}
.BgClassName
{
background-color: #CA401F;
}
</style>
border-color css
<style>
span { border-color: #CA401F; }
span { border-color: rgb(202,64,31); }
td.TdClassName
{
border-color: #CA401F;
}
.TagClassName
{
border-color: #CA401F;
}
</style>