Html Css Color HEX #CA430D Harley Davidson Orange
📋 copy color: '#CA430D'red 202 ◦ green 67 ◦ blue 13
Shades of Harley Davidson Orange #CA430D
Tints of Harley Davidson Orange #CA430D
RGB
CMYK
RGB Variations
Color information
#CA430D (or 0xCA430D) is known color: Harley Davidson Orange. HEX triplet: CA, 43 and 0D. RGB value is (202,67,13). Sum of RGB (Red+Green+Blue) = 202+67+13=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA430D is #35BCF2. Grayscale: #656565. Windows color (decimal): -3521779 or 869322. OLE color: 869322.
HSL color Cylindrical-coordinate representation of color #CA430D: hue angle of 17.14º 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 #CA430D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.21 |
| HSL | 17.14º | 0.88% | 0.42% | - |
| HSV(B) | 17.14º | 0.94% | 0.79% | - |
| XYZ | 26.44 | 16.6 | 2.19 | - |
| YUV | 101.21 | 78.23 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 13 | 0 | 0.67 | 0.94 | 0.21 | 17.14 | 0.88 | 0.42 |
| Hex | CA | 43 | D | 0 | 43 | 5E | 15 | 11 | 58 | 2A |
| Octal | 312 | 103 | 15 | 0 | 103 | 136 | 25 | 21 | 130 | 52 |
| Binary | 11001010 | 1000011 | 1101 | 0 | 1000011 | 1011110 | 10101 | 10001 | 1011000 | 101010 |
Color Harmonies of #CA430D
Complementary color
Monochromatic Colors of #CA430D
Black with #CA430D
Text Example
Text Example
White with #CA430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA430D; }
p { color: rgb(202,67,13); }
H1.HeaderClassName
{
color: #CA430D;
}
.AnyTagClassName
{
color: #CA430D;
}
</style>
background-color css
<style>
a { background-color: #CA430D; }
a { background-color: rgb(202,67,13); }
div.DivClassName
{
background-color: #CA430D;
}
.BgClassName
{
background-color: #CA430D;
}
</style>
border-color css
<style>
span { border-color: #CA430D; }
span { border-color: rgb(202,67,13); }
td.TdClassName
{
border-color: #CA430D;
}
.TagClassName
{
border-color: #CA430D;
}
</style>