Html Css Color HEX #CA3300 Harley Davidson Orange
📋 copy color: '#CA3300'red 202 ◦ green 51 ◦ blue 0
Shades of Harley Davidson Orange #CA3300
Tints of Harley Davidson Orange #CA3300
RGB
CMYK
RGB Variations
Color information
#CA3300 (or 0xCA3300) is known color: Harley Davidson Orange. HEX triplet: CA, 33 and 00. RGB value is (202,51,0). Sum of RGB (Red+Green+Blue) = 202+51+0=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3300 is #35CCFF. Grayscale: #5A5A5A. Windows color (decimal): -3525888 or 13258. OLE color: 13258.
HSL color Cylindrical-coordinate representation of color #CA3300: hue angle of 15.15º 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 #CA3300 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.21 |
| HSL | 15.15º | 1% | 0.4% | - |
| HSV(B) | 15.15º | 1% | 0.79% | - |
| XYZ | 25.54 | 14.92 | 1.53 | - |
| YUV | 90.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 0 | 0 | 0.75 | 1 | 0.21 | 15.15 | 1 | 0.4 |
| Hex | CA | 33 | 0 | 0 | 4B | 64 | 15 | F | 64 | 28 |
| Octal | 312 | 63 | 0 | 0 | 113 | 144 | 25 | 17 | 144 | 50 |
| Binary | 11001010 | 110011 | 0 | 0 | 1001011 | 1100100 | 10101 | 1111 | 1100100 | 101000 |
Color Harmonies of #CA3300
Complementary color
Monochromatic Colors of #CA3300
Black with #CA3300
Text Example
Text Example
White with #CA3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3300; }
p { color: rgb(202,51,0); }
H1.HeaderClassName
{
color: #CA3300;
}
.AnyTagClassName
{
color: #CA3300;
}
</style>
background-color css
<style>
a { background-color: #CA3300; }
a { background-color: rgb(202,51,0); }
div.DivClassName
{
background-color: #CA3300;
}
.BgClassName
{
background-color: #CA3300;
}
</style>
border-color css
<style>
span { border-color: #CA3300; }
span { border-color: rgb(202,51,0); }
td.TdClassName
{
border-color: #CA3300;
}
.TagClassName
{
border-color: #CA3300;
}
</style>