Html Css Color HEX #CA421C Harley Davidson Orange
📋 copy color: '#CA421C'red 202 ◦ green 66 ◦ blue 28
Shades of Harley Davidson Orange #CA421C
Tints of Harley Davidson Orange #CA421C
RGB
CMYK
RGB Variations
Color information
#CA421C (or 0xCA421C) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 1C. RGB value is (202,66,28). Sum of RGB (Red+Green+Blue) = 202+66+28=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA421C is #35BDE3. Grayscale: #666666. Windows color (decimal): -3522020 or 1852106. OLE color: 1852106.
HSL color Cylindrical-coordinate representation of color #CA421C: hue angle of 13.1º 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 #CA421C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.21 |
| HSL | 13.1º | 0.76% | 0.45% | - |
| HSV(B) | 13.1º | 0.86% | 0.79% | - |
| XYZ | 26.51 | 16.54 | 2.89 | - |
| YUV | 102.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 28 | 0 | 0.67 | 0.86 | 0.21 | 13.1 | 0.76 | 0.45 |
| Hex | CA | 42 | 1C | 0 | 43 | 56 | 15 | D | 4C | 2D |
| Octal | 312 | 102 | 34 | 0 | 103 | 126 | 25 | 15 | 114 | 55 |
| Binary | 11001010 | 1000010 | 11100 | 0 | 1000011 | 1010110 | 10101 | 1101 | 1001100 | 101101 |
Color Harmonies of #CA421C
Complementary color
Monochromatic Colors of #CA421C
Black with #CA421C
Text Example
Text Example
White with #CA421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA421C; }
p { color: rgb(202,66,28); }
H1.HeaderClassName
{
color: #CA421C;
}
.AnyTagClassName
{
color: #CA421C;
}
</style>
background-color css
<style>
a { background-color: #CA421C; }
a { background-color: rgb(202,66,28); }
div.DivClassName
{
background-color: #CA421C;
}
.BgClassName
{
background-color: #CA421C;
}
</style>
border-color css
<style>
span { border-color: #CA421C; }
span { border-color: rgb(202,66,28); }
td.TdClassName
{
border-color: #CA421C;
}
.TagClassName
{
border-color: #CA421C;
}
</style>