Html Css Color HEX #CA331A Harley Davidson Orange
📋 copy color: '#CA331A'red 202 ◦ green 51 ◦ blue 26
Shades of Harley Davidson Orange #CA331A
Tints of Harley Davidson Orange #CA331A
RGB
CMYK
RGB Variations
Color information
#CA331A (or 0xCA331A) is known color: Harley Davidson Orange. HEX triplet: CA, 33 and 1A. RGB value is (202,51,26). Sum of RGB (Red+Green+Blue) = 202+51+26=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA331A is #35CCE5. Grayscale: #5D5D5D. Windows color (decimal): -3525862 or 1717194. OLE color: 1717194.
HSL color Cylindrical-coordinate representation of color #CA331A: hue angle of 8.52º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA331A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.21 |
| HSL | 8.52º | 0.77% | 0.45% | - |
| HSV(B) | 8.52º | 0.87% | 0.79% | - |
| XYZ | 25.73 | 15 | 2.52 | - |
| YUV | 93.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 26 | 0 | 0.75 | 0.87 | 0.21 | 8.52 | 0.77 | 0.45 |
| Hex | CA | 33 | 1A | 0 | 4B | 57 | 15 | 9 | 4D | 2D |
| Octal | 312 | 63 | 32 | 0 | 113 | 127 | 25 | 11 | 115 | 55 |
| Binary | 11001010 | 110011 | 11010 | 0 | 1001011 | 1010111 | 10101 | 1001 | 1001101 | 101101 |
Color Harmonies of #CA331A
Complementary color
Monochromatic Colors of #CA331A
Black with #CA331A
Text Example
Text Example
White with #CA331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA331A; }
p { color: rgb(202,51,26); }
H1.HeaderClassName
{
color: #CA331A;
}
.AnyTagClassName
{
color: #CA331A;
}
</style>
background-color css
<style>
a { background-color: #CA331A; }
a { background-color: rgb(202,51,26); }
div.DivClassName
{
background-color: #CA331A;
}
.BgClassName
{
background-color: #CA331A;
}
</style>
border-color css
<style>
span { border-color: #CA331A; }
span { border-color: rgb(202,51,26); }
td.TdClassName
{
border-color: #CA331A;
}
.TagClassName
{
border-color: #CA331A;
}
</style>