Html Css Color HEX #CA481C Harley Davidson Orange
📋 copy color: '#CA481C'red 202 ◦ green 72 ◦ blue 28
Shades of Harley Davidson Orange #CA481C
Tints of Harley Davidson Orange #CA481C
RGB
CMYK
RGB Variations
Color information
#CA481C (or 0xCA481C) is known color: Harley Davidson Orange. HEX triplet: CA, 48 and 1C. RGB value is (202,72,28). Sum of RGB (Red+Green+Blue) = 202+72+28=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA481C is #35B7E3. Grayscale: #6A6A6A. Windows color (decimal): -3520484 or 1853642. OLE color: 1853642.
HSL color Cylindrical-coordinate representation of color #CA481C: hue angle of 15.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA481C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 28 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.21 |
| HSL | 15.17º | 0.76% | 0.45% | - |
| HSV(B) | 15.17º | 0.86% | 0.79% | - |
| XYZ | 26.88 | 17.28 | 3.02 | - |
| YUV | 105.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 28 | 0 | 0.64 | 0.86 | 0.21 | 15.17 | 0.76 | 0.45 |
| Hex | CA | 48 | 1C | 0 | 40 | 56 | 15 | F | 4C | 2D |
| Octal | 312 | 110 | 34 | 0 | 100 | 126 | 25 | 17 | 114 | 55 |
| Binary | 11001010 | 1001000 | 11100 | 0 | 1000000 | 1010110 | 10101 | 1111 | 1001100 | 101101 |
Color Harmonies of #CA481C
Complementary color
Monochromatic Colors of #CA481C
Black with #CA481C
Text Example
Text Example
White with #CA481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA481C; }
p { color: rgb(202,72,28); }
H1.HeaderClassName
{
color: #CA481C;
}
.AnyTagClassName
{
color: #CA481C;
}
</style>
background-color css
<style>
a { background-color: #CA481C; }
a { background-color: rgb(202,72,28); }
div.DivClassName
{
background-color: #CA481C;
}
.BgClassName
{
background-color: #CA481C;
}
</style>
border-color css
<style>
span { border-color: #CA481C; }
span { border-color: rgb(202,72,28); }
td.TdClassName
{
border-color: #CA481C;
}
.TagClassName
{
border-color: #CA481C;
}
</style>