Html Css Color HEX #CA3C1D Harley Davidson Orange
📋 copy color: '#CA3C1D'red 202 ◦ green 60 ◦ blue 29
Shades of Harley Davidson Orange #CA3C1D
Tints of Harley Davidson Orange #CA3C1D
RGB
CMYK
RGB Variations
Color information
#CA3C1D (or 0xCA3C1D) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 1D. RGB value is (202,60,29). Sum of RGB (Red+Green+Blue) = 202+60+29=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C1D is #35C3E2. Grayscale: #636363. Windows color (decimal): -3523555 or 1916106. OLE color: 1916106.
HSL color Cylindrical-coordinate representation of color #CA3C1D: hue angle of 10.75º degrees, saturation: 0.75, 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 #CA3C1D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.21 |
| HSL | 10.75º | 0.75% | 0.45% | - |
| HSV(B) | 10.75º | 0.86% | 0.79% | - |
| XYZ | 26.19 | 15.88 | 2.85 | - |
| YUV | 98.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 29 | 0 | 0.70 | 0.86 | 0.21 | 10.75 | 0.75 | 0.45 |
| Hex | CA | 3C | 1D | 0 | 46 | 56 | 15 | B | 4B | 2D |
| Octal | 312 | 74 | 35 | 0 | 106 | 126 | 25 | 13 | 113 | 55 |
| Binary | 11001010 | 111100 | 11101 | 0 | 1000110 | 1010110 | 10101 | 1011 | 1001011 | 101101 |
Color Harmonies of #CA3C1D
Complementary color
Monochromatic Colors of #CA3C1D
Black with #CA3C1D
Text Example
Text Example
White with #CA3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C1D; }
p { color: rgb(202,60,29); }
H1.HeaderClassName
{
color: #CA3C1D;
}
.AnyTagClassName
{
color: #CA3C1D;
}
</style>
background-color css
<style>
a { background-color: #CA3C1D; }
a { background-color: rgb(202,60,29); }
div.DivClassName
{
background-color: #CA3C1D;
}
.BgClassName
{
background-color: #CA3C1D;
}
</style>
border-color css
<style>
span { border-color: #CA3C1D; }
span { border-color: rgb(202,60,29); }
td.TdClassName
{
border-color: #CA3C1D;
}
.TagClassName
{
border-color: #CA3C1D;
}
</style>