Html Css Color HEX #CA231C Harley Davidson Orange
📋 copy color: '#CA231C'red 202 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #CA231C
Tints of Harley Davidson Orange #CA231C
RGB
CMYK
RGB Variations
Color information
#CA231C (or 0xCA231C) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 1C. RGB value is (202,35,28). Sum of RGB (Red+Green+Blue) = 202+35+28=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA231C is #35DCE3. Grayscale: #545454. Windows color (decimal): -3529956 or 1844170. OLE color: 1844170.
HSL color Cylindrical-coordinate representation of color #CA231C: hue angle of 2.41º 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 #CA231C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 28 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.21 |
| HSL | 2.41º | 0.76% | 0.45% | - |
| HSV(B) | 2.41º | 0.86% | 0.79% | - |
| XYZ | 25.17 | 13.84 | 2.44 | - |
| YUV | 84.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 28 | 0 | 0.83 | 0.86 | 0.21 | 2.41 | 0.76 | 0.45 |
| Hex | CA | 23 | 1C | 0 | 53 | 56 | 15 | 2 | 4C | 2D |
| Octal | 312 | 43 | 34 | 0 | 123 | 126 | 25 | 2 | 114 | 55 |
| Binary | 11001010 | 100011 | 11100 | 0 | 1010011 | 1010110 | 10101 | 10 | 1001100 | 101101 |
Color Harmonies of #CA231C
Complementary color
Monochromatic Colors of #CA231C
Black with #CA231C
Text Example
Text Example
White with #CA231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA231C; }
p { color: rgb(202,35,28); }
H1.HeaderClassName
{
color: #CA231C;
}
.AnyTagClassName
{
color: #CA231C;
}
</style>
background-color css
<style>
a { background-color: #CA231C; }
a { background-color: rgb(202,35,28); }
div.DivClassName
{
background-color: #CA231C;
}
.BgClassName
{
background-color: #CA231C;
}
</style>
border-color css
<style>
span { border-color: #CA231C; }
span { border-color: rgb(202,35,28); }
td.TdClassName
{
border-color: #CA231C;
}
.TagClassName
{
border-color: #CA231C;
}
</style>