Html Css Color HEX #CA420B Harley Davidson Orange
📋 copy color: '#CA420B'red 202 ◦ green 66 ◦ blue 11
Shades of Harley Davidson Orange #CA420B
Tints of Harley Davidson Orange #CA420B
RGB
CMYK
RGB Variations
Color information
#CA420B (or 0xCA420B) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 0B. RGB value is (202,66,11). Sum of RGB (Red+Green+Blue) = 202+66+11=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA420B is #35BDF4. Grayscale: #646464. Windows color (decimal): -3522037 or 737994. OLE color: 737994.
HSL color Cylindrical-coordinate representation of color #CA420B: hue angle of 17.28º 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 #CA420B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.21 |
| HSL | 17.28º | 0.9% | 0.42% | - |
| HSV(B) | 17.28º | 0.95% | 0.79% | - |
| XYZ | 26.37 | 16.48 | 2.11 | - |
| YUV | 100.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 11 | 0 | 0.67 | 0.95 | 0.21 | 17.28 | 0.9 | 0.42 |
| Hex | CA | 42 | B | 0 | 43 | 5F | 15 | 11 | 5A | 2A |
| Octal | 312 | 102 | 13 | 0 | 103 | 137 | 25 | 21 | 132 | 52 |
| Binary | 11001010 | 1000010 | 1011 | 0 | 1000011 | 1011111 | 10101 | 10001 | 1011010 | 101010 |
Color Harmonies of #CA420B
Complementary color
Monochromatic Colors of #CA420B
Black with #CA420B
Text Example
Text Example
White with #CA420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA420B; }
p { color: rgb(202,66,11); }
H1.HeaderClassName
{
color: #CA420B;
}
.AnyTagClassName
{
color: #CA420B;
}
</style>
background-color css
<style>
a { background-color: #CA420B; }
a { background-color: rgb(202,66,11); }
div.DivClassName
{
background-color: #CA420B;
}
.BgClassName
{
background-color: #CA420B;
}
</style>
border-color css
<style>
span { border-color: #CA420B; }
span { border-color: rgb(202,66,11); }
td.TdClassName
{
border-color: #CA420B;
}
.TagClassName
{
border-color: #CA420B;
}
</style>