Html Css Color HEX #CA270D Harley Davidson Orange
📋 copy color: '#CA270D'red 202 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #CA270D
Tints of Harley Davidson Orange #CA270D
RGB
CMYK
RGB Variations
Color information
#CA270D (or 0xCA270D) is known color: Harley Davidson Orange. HEX triplet: CA, 27 and 0D. RGB value is (202,39,13). Sum of RGB (Red+Green+Blue) = 202+39+13=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA270D is #35D8F2. Grayscale: #555555. Windows color (decimal): -3528947 or 862154. OLE color: 862154.
HSL color Cylindrical-coordinate representation of color #CA270D: hue angle of 8.25º degrees, saturation: 0.88, 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 #CA270D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.21 |
| HSL | 8.25º | 0.88% | 0.42% | - |
| HSV(B) | 8.25º | 0.94% | 0.79% | - |
| XYZ | 25.16 | 14.04 | 1.76 | - |
| YUV | 84.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 13 | 0 | 0.81 | 0.94 | 0.21 | 8.25 | 0.88 | 0.42 |
| Hex | CA | 27 | D | 0 | 51 | 5E | 15 | 8 | 58 | 2A |
| Octal | 312 | 47 | 15 | 0 | 121 | 136 | 25 | 10 | 130 | 52 |
| Binary | 11001010 | 100111 | 1101 | 0 | 1010001 | 1011110 | 10101 | 1000 | 1011000 | 101010 |
Color Harmonies of #CA270D
Complementary color
Monochromatic Colors of #CA270D
Black with #CA270D
Text Example
Text Example
White with #CA270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA270D; }
p { color: rgb(202,39,13); }
H1.HeaderClassName
{
color: #CA270D;
}
.AnyTagClassName
{
color: #CA270D;
}
</style>
background-color css
<style>
a { background-color: #CA270D; }
a { background-color: rgb(202,39,13); }
div.DivClassName
{
background-color: #CA270D;
}
.BgClassName
{
background-color: #CA270D;
}
</style>
border-color css
<style>
span { border-color: #CA270D; }
span { border-color: rgb(202,39,13); }
td.TdClassName
{
border-color: #CA270D;
}
.TagClassName
{
border-color: #CA270D;
}
</style>