Html Css Color HEX #CA441F Harley Davidson Orange
📋 copy color: '#CA441F'red 202 ◦ green 68 ◦ blue 31
Shades of Harley Davidson Orange #CA441F
Tints of Harley Davidson Orange #CA441F
RGB
CMYK
RGB Variations
Color information
#CA441F (or 0xCA441F) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 1F. RGB value is (202,68,31). Sum of RGB (Red+Green+Blue) = 202+68+31=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA441F is #35BBE0. Grayscale: #686868. Windows color (decimal): -3521505 or 2049226. OLE color: 2049226.
HSL color Cylindrical-coordinate representation of color #CA441F: hue angle of 12.98º 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 #CA441F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 31 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.21 |
| HSL | 12.98º | 0.73% | 0.46% | - |
| HSV(B) | 12.98º | 0.85% | 0.79% | - |
| XYZ | 26.67 | 16.79 | 3.13 | - |
| YUV | 103.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 31 | 0 | 0.66 | 0.85 | 0.21 | 12.98 | 0.73 | 0.46 |
| Hex | CA | 44 | 1F | 0 | 42 | 55 | 15 | D | 49 | 2E |
| Octal | 312 | 104 | 37 | 0 | 102 | 125 | 25 | 15 | 111 | 56 |
| Binary | 11001010 | 1000100 | 11111 | 0 | 1000010 | 1010101 | 10101 | 1101 | 1001001 | 101110 |
Color Harmonies of #CA441F
Complementary color
Monochromatic Colors of #CA441F
Black with #CA441F
Text Example
Text Example
White with #CA441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA441F; }
p { color: rgb(202,68,31); }
H1.HeaderClassName
{
color: #CA441F;
}
.AnyTagClassName
{
color: #CA441F;
}
</style>
background-color css
<style>
a { background-color: #CA441F; }
a { background-color: rgb(202,68,31); }
div.DivClassName
{
background-color: #CA441F;
}
.BgClassName
{
background-color: #CA441F;
}
</style>
border-color css
<style>
span { border-color: #CA441F; }
span { border-color: rgb(202,68,31); }
td.TdClassName
{
border-color: #CA441F;
}
.TagClassName
{
border-color: #CA441F;
}
</style>