Html Css Color HEX #CA331C Harley Davidson Orange
📋 copy color: '#CA331C'red 202 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #CA331C
Tints of Harley Davidson Orange #CA331C
RGB
CMYK
RGB Variations
Color information
#CA331C (or 0xCA331C) is known color: Harley Davidson Orange. HEX triplet: CA, 33 and 1C. RGB value is (202,51,28). Sum of RGB (Red+Green+Blue) = 202+51+28=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA331C is #35CCE3. Grayscale: #5D5D5D. Windows color (decimal): -3525860 or 1848266. OLE color: 1848266.
HSL color Cylindrical-coordinate representation of color #CA331C: hue angle of 7.93º 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 #CA331C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.21 |
| HSL | 7.93º | 0.76% | 0.45% | - |
| HSV(B) | 7.93º | 0.86% | 0.79% | - |
| XYZ | 25.75 | 15.01 | 2.64 | - |
| YUV | 93.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 28 | 0 | 0.75 | 0.86 | 0.21 | 7.93 | 0.76 | 0.45 |
| Hex | CA | 33 | 1C | 0 | 4B | 56 | 15 | 8 | 4C | 2D |
| Octal | 312 | 63 | 34 | 0 | 113 | 126 | 25 | 10 | 114 | 55 |
| Binary | 11001010 | 110011 | 11100 | 0 | 1001011 | 1010110 | 10101 | 1000 | 1001100 | 101101 |
Color Harmonies of #CA331C
Complementary color
Monochromatic Colors of #CA331C
Black with #CA331C
Text Example
Text Example
White with #CA331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA331C; }
p { color: rgb(202,51,28); }
H1.HeaderClassName
{
color: #CA331C;
}
.AnyTagClassName
{
color: #CA331C;
}
</style>
background-color css
<style>
a { background-color: #CA331C; }
a { background-color: rgb(202,51,28); }
div.DivClassName
{
background-color: #CA331C;
}
.BgClassName
{
background-color: #CA331C;
}
</style>
border-color css
<style>
span { border-color: #CA331C; }
span { border-color: rgb(202,51,28); }
td.TdClassName
{
border-color: #CA331C;
}
.TagClassName
{
border-color: #CA331C;
}
</style>