Html Css Color HEX #CA4A1B Harley Davidson Orange
📋 copy color: '#CA4A1B'red 202 ◦ green 74 ◦ blue 27
Shades of Harley Davidson Orange #CA4A1B
Tints of Harley Davidson Orange #CA4A1B
RGB
CMYK
RGB Variations
Color information
#CA4A1B (or 0xCA4A1B) is known color: Harley Davidson Orange. HEX triplet: CA, 4A and 1B. RGB value is (202,74,27). Sum of RGB (Red+Green+Blue) = 202+74+27=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A1B is #35B5E4. Grayscale: #6B6B6B. Windows color (decimal): -3519973 or 1788618. OLE color: 1788618.
HSL color Cylindrical-coordinate representation of color #CA4A1B: hue angle of 16.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA4A1B is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 27 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.21 |
| HSL | 16.11º | 0.76% | 0.45% | - |
| HSV(B) | 16.11º | 0.87% | 0.79% | - |
| XYZ | 27 | 17.53 | 3 | - |
| YUV | 106.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 27 | 0 | 0.63 | 0.87 | 0.21 | 16.11 | 0.76 | 0.45 |
| Hex | CA | 4A | 1B | 0 | 3F | 57 | 15 | 10 | 4C | 2D |
| Octal | 312 | 112 | 33 | 0 | 77 | 127 | 25 | 20 | 114 | 55 |
| Binary | 11001010 | 1001010 | 11011 | 0 | 111111 | 1010111 | 10101 | 10000 | 1001100 | 101101 |
Color Harmonies of #CA4A1B
Complementary color
Monochromatic Colors of #CA4A1B
Black with #CA4A1B
Text Example
Text Example
White with #CA4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A1B; }
p { color: rgb(202,74,27); }
H1.HeaderClassName
{
color: #CA4A1B;
}
.AnyTagClassName
{
color: #CA4A1B;
}
</style>
background-color css
<style>
a { background-color: #CA4A1B; }
a { background-color: rgb(202,74,27); }
div.DivClassName
{
background-color: #CA4A1B;
}
.BgClassName
{
background-color: #CA4A1B;
}
</style>
border-color css
<style>
span { border-color: #CA4A1B; }
span { border-color: rgb(202,74,27); }
td.TdClassName
{
border-color: #CA4A1B;
}
.TagClassName
{
border-color: #CA4A1B;
}
</style>