Html Css Color HEX #CA330F Harley Davidson Orange
📋 copy color: '#CA330F'red 202 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #CA330F
Tints of Harley Davidson Orange #CA330F
RGB
CMYK
RGB Variations
Color information
#CA330F (or 0xCA330F) is known color: Harley Davidson Orange. HEX triplet: CA, 33 and 0F. RGB value is (202,51,15). Sum of RGB (Red+Green+Blue) = 202+51+15=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA330F is #35CCF0. Grayscale: #5C5C5C. Windows color (decimal): -3525873 or 996298. OLE color: 996298.
HSL color Cylindrical-coordinate representation of color #CA330F: hue angle of 11.55º 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 #CA330F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.21 |
| HSL | 11.55º | 0.86% | 0.43% | - |
| HSV(B) | 11.55º | 0.93% | 0.79% | - |
| XYZ | 25.63 | 14.96 | 1.99 | - |
| YUV | 92.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 15 | 0 | 0.75 | 0.93 | 0.21 | 11.55 | 0.86 | 0.43 |
| Hex | CA | 33 | F | 0 | 4B | 5D | 15 | C | 56 | 2B |
| Octal | 312 | 63 | 17 | 0 | 113 | 135 | 25 | 14 | 126 | 53 |
| Binary | 11001010 | 110011 | 1111 | 0 | 1001011 | 1011101 | 10101 | 1100 | 1010110 | 101011 |
Color Harmonies of #CA330F
Complementary color
Monochromatic Colors of #CA330F
Black with #CA330F
Text Example
Text Example
White with #CA330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA330F; }
p { color: rgb(202,51,15); }
H1.HeaderClassName
{
color: #CA330F;
}
.AnyTagClassName
{
color: #CA330F;
}
</style>
background-color css
<style>
a { background-color: #CA330F; }
a { background-color: rgb(202,51,15); }
div.DivClassName
{
background-color: #CA330F;
}
.BgClassName
{
background-color: #CA330F;
}
</style>
border-color css
<style>
span { border-color: #CA330F; }
span { border-color: rgb(202,51,15); }
td.TdClassName
{
border-color: #CA330F;
}
.TagClassName
{
border-color: #CA330F;
}
</style>