Html Css Color HEX #CA350F Harley Davidson Orange
📋 copy color: '#CA350F'red 202 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #CA350F
Tints of Harley Davidson Orange #CA350F
RGB
CMYK
RGB Variations
Color information
#CA350F (or 0xCA350F) is known color: Harley Davidson Orange. HEX triplet: CA, 35 and 0F. RGB value is (202,53,15). Sum of RGB (Red+Green+Blue) = 202+53+15=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA350F is #35CAF0. Grayscale: #5D5D5D. Windows color (decimal): -3525361 or 996810. OLE color: 996810.
HSL color Cylindrical-coordinate representation of color #CA350F: hue angle of 12.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA350F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.21 |
| HSL | 12.19º | 0.86% | 0.43% | - |
| HSV(B) | 12.19º | 0.93% | 0.79% | - |
| XYZ | 25.72 | 15.14 | 2.02 | - |
| YUV | 93.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 15 | 0 | 0.74 | 0.93 | 0.21 | 12.19 | 0.86 | 0.43 |
| Hex | CA | 35 | F | 0 | 4A | 5D | 15 | C | 56 | 2B |
| Octal | 312 | 65 | 17 | 0 | 112 | 135 | 25 | 14 | 126 | 53 |
| Binary | 11001010 | 110101 | 1111 | 0 | 1001010 | 1011101 | 10101 | 1100 | 1010110 | 101011 |
Color Harmonies of #CA350F
Complementary color
Monochromatic Colors of #CA350F
Black with #CA350F
Text Example
Text Example
White with #CA350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA350F; }
p { color: rgb(202,53,15); }
H1.HeaderClassName
{
color: #CA350F;
}
.AnyTagClassName
{
color: #CA350F;
}
</style>
background-color css
<style>
a { background-color: #CA350F; }
a { background-color: rgb(202,53,15); }
div.DivClassName
{
background-color: #CA350F;
}
.BgClassName
{
background-color: #CA350F;
}
</style>
border-color css
<style>
span { border-color: #CA350F; }
span { border-color: rgb(202,53,15); }
td.TdClassName
{
border-color: #CA350F;
}
.TagClassName
{
border-color: #CA350F;
}
</style>