Html Css Color HEX #CA3D1E Harley Davidson Orange
📋 copy color: '#CA3D1E'red 202 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #CA3D1E
Tints of Harley Davidson Orange #CA3D1E
RGB
CMYK
RGB Variations
Color information
#CA3D1E (or 0xCA3D1E) is known color: Harley Davidson Orange. HEX triplet: CA, 3D and 1E. RGB value is (202,61,30). Sum of RGB (Red+Green+Blue) = 202+61+30=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3D1E is #35C2E1. Grayscale: #636363. Windows color (decimal): -3523298 or 1981898. OLE color: 1981898.
HSL color Cylindrical-coordinate representation of color #CA3D1E: hue angle of 10.81º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA3D1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 30 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.21 |
| HSL | 10.81º | 0.74% | 0.45% | - |
| HSV(B) | 10.81º | 0.85% | 0.79% | - |
| XYZ | 26.26 | 15.99 | 2.93 | - |
| YUV | 99.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 30 | 0 | 0.70 | 0.85 | 0.21 | 10.81 | 0.74 | 0.45 |
| Hex | CA | 3D | 1E | 0 | 46 | 55 | 15 | B | 4A | 2D |
| Octal | 312 | 75 | 36 | 0 | 106 | 125 | 25 | 13 | 112 | 55 |
| Binary | 11001010 | 111101 | 11110 | 0 | 1000110 | 1010101 | 10101 | 1011 | 1001010 | 101101 |
Color Harmonies of #CA3D1E
Complementary color
Monochromatic Colors of #CA3D1E
Black with #CA3D1E
Text Example
Text Example
White with #CA3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3D1E; }
p { color: rgb(202,61,30); }
H1.HeaderClassName
{
color: #CA3D1E;
}
.AnyTagClassName
{
color: #CA3D1E;
}
</style>
background-color css
<style>
a { background-color: #CA3D1E; }
a { background-color: rgb(202,61,30); }
div.DivClassName
{
background-color: #CA3D1E;
}
.BgClassName
{
background-color: #CA3D1E;
}
</style>
border-color css
<style>
span { border-color: #CA3D1E; }
span { border-color: rgb(202,61,30); }
td.TdClassName
{
border-color: #CA3D1E;
}
.TagClassName
{
border-color: #CA3D1E;
}
</style>