Html Css Color HEX #CA3900 Harley Davidson Orange
📋 copy color: '#CA3900'red 202 ◦ green 57 ◦ blue 0
Shades of Harley Davidson Orange #CA3900
Tints of Harley Davidson Orange #CA3900
RGB
CMYK
RGB Variations
Color information
#CA3900 (or 0xCA3900) is known color: Harley Davidson Orange. HEX triplet: CA, 39 and 00. RGB value is (202,57,0). Sum of RGB (Red+Green+Blue) = 202+57+0=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3900 is #35C6FF. Grayscale: #5E5E5E. Windows color (decimal): -3524352 or 14794. OLE color: 14794.
HSL color Cylindrical-coordinate representation of color #CA3900: hue angle of 16.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA3900 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.21 |
| HSL | 16.93º | 1% | 0.4% | - |
| HSV(B) | 16.93º | 1% | 0.79% | - |
| XYZ | 25.82 | 15.48 | 1.63 | - |
| YUV | 93.86 | 75.04 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 0 | 0 | 0.72 | 1 | 0.21 | 16.93 | 1 | 0.4 |
| Hex | CA | 39 | 0 | 0 | 48 | 64 | 15 | 11 | 64 | 28 |
| Octal | 312 | 71 | 0 | 0 | 110 | 144 | 25 | 21 | 144 | 50 |
| Binary | 11001010 | 111001 | 0 | 0 | 1001000 | 1100100 | 10101 | 10001 | 1100100 | 101000 |
Color Harmonies of #CA3900
Complementary color
Monochromatic Colors of #CA3900
Black with #CA3900
Text Example
Text Example
White with #CA3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3900; }
p { color: rgb(202,57,0); }
H1.HeaderClassName
{
color: #CA3900;
}
.AnyTagClassName
{
color: #CA3900;
}
</style>
background-color css
<style>
a { background-color: #CA3900; }
a { background-color: rgb(202,57,0); }
div.DivClassName
{
background-color: #CA3900;
}
.BgClassName
{
background-color: #CA3900;
}
</style>
border-color css
<style>
span { border-color: #CA3900; }
span { border-color: rgb(202,57,0); }
td.TdClassName
{
border-color: #CA3900;
}
.TagClassName
{
border-color: #CA3900;
}
</style>