Html Css Color HEX #CA3C09 Harley Davidson Orange
📋 copy color: '#CA3C09'red 202 ◦ green 60 ◦ blue 9
Shades of Harley Davidson Orange #CA3C09
Tints of Harley Davidson Orange #CA3C09
RGB
CMYK
RGB Variations
Color information
#CA3C09 (or 0xCA3C09) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 09. RGB value is (202,60,9). Sum of RGB (Red+Green+Blue) = 202+60+9=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C09 is #35C3F6. Grayscale: #606060. Windows color (decimal): -3523575 or 605386. OLE color: 605386.
HSL color Cylindrical-coordinate representation of color #CA3C09: hue angle of 15.85º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA3C09 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 9 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.21 |
| HSL | 15.85º | 0.91% | 0.41% | - |
| HSV(B) | 15.85º | 0.96% | 0.79% | - |
| XYZ | 26.02 | 15.81 | 1.94 | - |
| YUV | 96.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 9 | 0 | 0.70 | 0.96 | 0.21 | 15.85 | 0.91 | 0.41 |
| Hex | CA | 3C | 9 | 0 | 46 | 60 | 15 | 10 | 5B | 29 |
| Octal | 312 | 74 | 11 | 0 | 106 | 140 | 25 | 20 | 133 | 51 |
| Binary | 11001010 | 111100 | 1001 | 0 | 1000110 | 1100000 | 10101 | 10000 | 1011011 | 101001 |
Color Harmonies of #CA3C09
Complementary color
Monochromatic Colors of #CA3C09
Black with #CA3C09
Text Example
Text Example
White with #CA3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C09; }
p { color: rgb(202,60,9); }
H1.HeaderClassName
{
color: #CA3C09;
}
.AnyTagClassName
{
color: #CA3C09;
}
</style>
background-color css
<style>
a { background-color: #CA3C09; }
a { background-color: rgb(202,60,9); }
div.DivClassName
{
background-color: #CA3C09;
}
.BgClassName
{
background-color: #CA3C09;
}
</style>
border-color css
<style>
span { border-color: #CA3C09; }
span { border-color: rgb(202,60,9); }
td.TdClassName
{
border-color: #CA3C09;
}
.TagClassName
{
border-color: #CA3C09;
}
</style>