Html Css Color HEX #CA4312 Harley Davidson Orange
📋 copy color: '#CA4312'red 202 ◦ green 67 ◦ blue 18
Shades of Harley Davidson Orange #CA4312
Tints of Harley Davidson Orange #CA4312
RGB
CMYK
RGB Variations
Color information
#CA4312 (or 0xCA4312) is known color: Harley Davidson Orange. HEX triplet: CA, 43 and 12. RGB value is (202,67,18). Sum of RGB (Red+Green+Blue) = 202+67+18=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4312 is #35BCED. Grayscale: #666666. Windows color (decimal): -3521774 or 1197002. OLE color: 1197002.
HSL color Cylindrical-coordinate representation of color #CA4312: hue angle of 15.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA4312 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.21 |
| HSL | 15.98º | 0.84% | 0.43% | - |
| HSV(B) | 15.98º | 0.91% | 0.79% | - |
| XYZ | 26.47 | 16.61 | 2.38 | - |
| YUV | 101.78 | 80.73 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 18 | 0 | 0.67 | 0.91 | 0.21 | 15.98 | 0.84 | 0.43 |
| Hex | CA | 43 | 12 | 0 | 43 | 5B | 15 | 10 | 54 | 2B |
| Octal | 312 | 103 | 22 | 0 | 103 | 133 | 25 | 20 | 124 | 53 |
| Binary | 11001010 | 1000011 | 10010 | 0 | 1000011 | 1011011 | 10101 | 10000 | 1010100 | 101011 |
Color Harmonies of #CA4312
Complementary color
Monochromatic Colors of #CA4312
Black with #CA4312
Text Example
Text Example
White with #CA4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4312; }
p { color: rgb(202,67,18); }
H1.HeaderClassName
{
color: #CA4312;
}
.AnyTagClassName
{
color: #CA4312;
}
</style>
background-color css
<style>
a { background-color: #CA4312; }
a { background-color: rgb(202,67,18); }
div.DivClassName
{
background-color: #CA4312;
}
.BgClassName
{
background-color: #CA4312;
}
</style>
border-color css
<style>
span { border-color: #CA4312; }
span { border-color: rgb(202,67,18); }
td.TdClassName
{
border-color: #CA4312;
}
.TagClassName
{
border-color: #CA4312;
}
</style>