Html Css Color HEX #CA270C Harley Davidson Orange
📋 copy color: '#CA270C'red 202 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #CA270C
Tints of Harley Davidson Orange #CA270C
RGB
CMYK
RGB Variations
Color information
#CA270C (or 0xCA270C) is known color: Harley Davidson Orange. HEX triplet: CA, 27 and 0C. RGB value is (202,39,12). Sum of RGB (Red+Green+Blue) = 202+39+12=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA270C is #35D8F3. Grayscale: #545454. Windows color (decimal): -3528948 or 796618. OLE color: 796618.
HSL color Cylindrical-coordinate representation of color #CA270C: hue angle of 8.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA270C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.21 |
| HSL | 8.53º | 0.89% | 0.42% | - |
| HSV(B) | 8.53º | 0.94% | 0.79% | - |
| XYZ | 25.15 | 14.03 | 1.73 | - |
| YUV | 84.66 | 87 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 12 | 0 | 0.81 | 0.94 | 0.21 | 8.53 | 0.89 | 0.42 |
| Hex | CA | 27 | C | 0 | 51 | 5E | 15 | 9 | 59 | 2A |
| Octal | 312 | 47 | 14 | 0 | 121 | 136 | 25 | 11 | 131 | 52 |
| Binary | 11001010 | 100111 | 1100 | 0 | 1010001 | 1011110 | 10101 | 1001 | 1011001 | 101010 |
Color Harmonies of #CA270C
Complementary color
Monochromatic Colors of #CA270C
Black with #CA270C
Text Example
Text Example
White with #CA270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA270C; }
p { color: rgb(202,39,12); }
H1.HeaderClassName
{
color: #CA270C;
}
.AnyTagClassName
{
color: #CA270C;
}
</style>
background-color css
<style>
a { background-color: #CA270C; }
a { background-color: rgb(202,39,12); }
div.DivClassName
{
background-color: #CA270C;
}
.BgClassName
{
background-color: #CA270C;
}
</style>
border-color css
<style>
span { border-color: #CA270C; }
span { border-color: rgb(202,39,12); }
td.TdClassName
{
border-color: #CA270C;
}
.TagClassName
{
border-color: #CA270C;
}
</style>