Html Css Color HEX #CA421F Harley Davidson Orange
📋 copy color: '#CA421F'red 202 ◦ green 66 ◦ blue 31
Shades of Harley Davidson Orange #CA421F
Tints of Harley Davidson Orange #CA421F
RGB
CMYK
RGB Variations
Color information
#CA421F (or 0xCA421F) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 1F. RGB value is (202,66,31). Sum of RGB (Red+Green+Blue) = 202+66+31=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA421F is #35BDE0. Grayscale: #666666. Windows color (decimal): -3522017 or 2048714. OLE color: 2048714.
HSL color Cylindrical-coordinate representation of color #CA421F: hue angle of 12.28º 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 #CA421F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 31 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.21 |
| HSL | 12.28º | 0.73% | 0.46% | - |
| HSV(B) | 12.28º | 0.85% | 0.79% | - |
| XYZ | 26.55 | 16.55 | 3.09 | - |
| YUV | 102.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 31 | 0 | 0.67 | 0.85 | 0.21 | 12.28 | 0.73 | 0.46 |
| Hex | CA | 42 | 1F | 0 | 43 | 55 | 15 | C | 49 | 2E |
| Octal | 312 | 102 | 37 | 0 | 103 | 125 | 25 | 14 | 111 | 56 |
| Binary | 11001010 | 1000010 | 11111 | 0 | 1000011 | 1010101 | 10101 | 1100 | 1001001 | 101110 |
Color Harmonies of #CA421F
Complementary color
Monochromatic Colors of #CA421F
Black with #CA421F
Text Example
Text Example
White with #CA421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA421F; }
p { color: rgb(202,66,31); }
H1.HeaderClassName
{
color: #CA421F;
}
.AnyTagClassName
{
color: #CA421F;
}
</style>
background-color css
<style>
a { background-color: #CA421F; }
a { background-color: rgb(202,66,31); }
div.DivClassName
{
background-color: #CA421F;
}
.BgClassName
{
background-color: #CA421F;
}
</style>
border-color css
<style>
span { border-color: #CA421F; }
span { border-color: rgb(202,66,31); }
td.TdClassName
{
border-color: #CA421F;
}
.TagClassName
{
border-color: #CA421F;
}
</style>