Html Css Color HEX #CA390B Harley Davidson Orange
📋 copy color: '#CA390B'red 202 ◦ green 57 ◦ blue 11
Shades of Harley Davidson Orange #CA390B
Tints of Harley Davidson Orange #CA390B
RGB
CMYK
RGB Variations
Color information
#CA390B (or 0xCA390B) is known color: Harley Davidson Orange. HEX triplet: CA, 39 and 0B. RGB value is (202,57,11). Sum of RGB (Red+Green+Blue) = 202+57+11=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA390B is #35C6F4. Grayscale: #5F5F5F. Windows color (decimal): -3524341 or 735690. OLE color: 735690.
HSL color Cylindrical-coordinate representation of color #CA390B: hue angle of 14.45º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA390B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.21 |
| HSL | 14.45º | 0.9% | 0.42% | - |
| HSV(B) | 14.45º | 0.95% | 0.79% | - |
| XYZ | 25.88 | 15.51 | 1.95 | - |
| YUV | 95.11 | 80.54 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 11 | 0 | 0.72 | 0.95 | 0.21 | 14.45 | 0.9 | 0.42 |
| Hex | CA | 39 | B | 0 | 48 | 5F | 15 | E | 5A | 2A |
| Octal | 312 | 71 | 13 | 0 | 110 | 137 | 25 | 16 | 132 | 52 |
| Binary | 11001010 | 111001 | 1011 | 0 | 1001000 | 1011111 | 10101 | 1110 | 1011010 | 101010 |
Color Harmonies of #CA390B
Complementary color
Monochromatic Colors of #CA390B
Black with #CA390B
Text Example
Text Example
White with #CA390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA390B; }
p { color: rgb(202,57,11); }
H1.HeaderClassName
{
color: #CA390B;
}
.AnyTagClassName
{
color: #CA390B;
}
</style>
background-color css
<style>
a { background-color: #CA390B; }
a { background-color: rgb(202,57,11); }
div.DivClassName
{
background-color: #CA390B;
}
.BgClassName
{
background-color: #CA390B;
}
</style>
border-color css
<style>
span { border-color: #CA390B; }
span { border-color: rgb(202,57,11); }
td.TdClassName
{
border-color: #CA390B;
}
.TagClassName
{
border-color: #CA390B;
}
</style>