Html Css Color HEX #CA280B Harley Davidson Orange
📋 copy color: '#CA280B'red 202 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #CA280B
Tints of Harley Davidson Orange #CA280B
RGB
CMYK
RGB Variations
Color information
#CA280B (or 0xCA280B) is known color: Harley Davidson Orange. HEX triplet: CA, 28 and 0B. RGB value is (202,40,11). Sum of RGB (Red+Green+Blue) = 202+40+11=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA280B is #35D7F4. Grayscale: #555555. Windows color (decimal): -3528693 or 731338. OLE color: 731338.
HSL color Cylindrical-coordinate representation of color #CA280B: hue angle of 9.11º 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 #CA280B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.21 |
| HSL | 9.11º | 0.9% | 0.42% | - |
| HSV(B) | 9.11º | 0.95% | 0.79% | - |
| XYZ | 25.18 | 14.1 | 1.71 | - |
| YUV | 85.13 | 86.17 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 11 | 0 | 0.80 | 0.95 | 0.21 | 9.11 | 0.9 | 0.42 |
| Hex | CA | 28 | B | 0 | 50 | 5F | 15 | 9 | 5A | 2A |
| Octal | 312 | 50 | 13 | 0 | 120 | 137 | 25 | 11 | 132 | 52 |
| Binary | 11001010 | 101000 | 1011 | 0 | 1010000 | 1011111 | 10101 | 1001 | 1011010 | 101010 |
Color Harmonies of #CA280B
Complementary color
Monochromatic Colors of #CA280B
Black with #CA280B
Text Example
Text Example
White with #CA280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA280B; }
p { color: rgb(202,40,11); }
H1.HeaderClassName
{
color: #CA280B;
}
.AnyTagClassName
{
color: #CA280B;
}
</style>
background-color css
<style>
a { background-color: #CA280B; }
a { background-color: rgb(202,40,11); }
div.DivClassName
{
background-color: #CA280B;
}
.BgClassName
{
background-color: #CA280B;
}
</style>
border-color css
<style>
span { border-color: #CA280B; }
span { border-color: rgb(202,40,11); }
td.TdClassName
{
border-color: #CA280B;
}
.TagClassName
{
border-color: #CA280B;
}
</style>