Html Css Color HEX #CA300D Harley Davidson Orange
📋 copy color: '#CA300D'red 202 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #CA300D
Tints of Harley Davidson Orange #CA300D
RGB
CMYK
RGB Variations
Color information
#CA300D (or 0xCA300D) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 0D. RGB value is (202,48,13). Sum of RGB (Red+Green+Blue) = 202+48+13=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA300D is #35CFF2. Grayscale: #5A5A5A. Windows color (decimal): -3526643 or 864458. OLE color: 864458.
HSL color Cylindrical-coordinate representation of color #CA300D: hue angle of 11.11º 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 #CA300D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.21 |
| HSL | 11.11º | 0.88% | 0.42% | - |
| HSV(B) | 11.11º | 0.94% | 0.79% | - |
| XYZ | 25.49 | 14.7 | 1.87 | - |
| YUV | 90.06 | 84.52 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 13 | 0 | 0.76 | 0.94 | 0.21 | 11.11 | 0.88 | 0.42 |
| Hex | CA | 30 | D | 0 | 4C | 5E | 15 | B | 58 | 2A |
| Octal | 312 | 60 | 15 | 0 | 114 | 136 | 25 | 13 | 130 | 52 |
| Binary | 11001010 | 110000 | 1101 | 0 | 1001100 | 1011110 | 10101 | 1011 | 1011000 | 101010 |
Color Harmonies of #CA300D
Complementary color
Monochromatic Colors of #CA300D
Black with #CA300D
Text Example
Text Example
White with #CA300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA300D; }
p { color: rgb(202,48,13); }
H1.HeaderClassName
{
color: #CA300D;
}
.AnyTagClassName
{
color: #CA300D;
}
</style>
background-color css
<style>
a { background-color: #CA300D; }
a { background-color: rgb(202,48,13); }
div.DivClassName
{
background-color: #CA300D;
}
.BgClassName
{
background-color: #CA300D;
}
</style>
border-color css
<style>
span { border-color: #CA300D; }
span { border-color: rgb(202,48,13); }
td.TdClassName
{
border-color: #CA300D;
}
.TagClassName
{
border-color: #CA300D;
}
</style>