Html Css Color HEX #CD431A Harley Davidson Orange
📋 copy color: '#CD431A'red 205 ◦ green 67 ◦ blue 26
Shades of Harley Davidson Orange #CD431A
Tints of Harley Davidson Orange #CD431A
RGB
CMYK
RGB Variations
Color information
#CD431A (or 0xCD431A) is known color: Harley Davidson Orange. HEX triplet: CD, 43 and 1A. RGB value is (205,67,26). Sum of RGB (Red+Green+Blue) = 205+67+26=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD431A is #32BCE5. Grayscale: #676767. Windows color (decimal): -3325158 or 1721293. OLE color: 1721293.
HSL color Cylindrical-coordinate representation of color #CD431A: hue angle of 13.74º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD431A is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 26 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.20 |
| HSL | 13.74º | 0.77% | 0.45% | - |
| HSV(B) | 13.74º | 0.87% | 0.8% | - |
| XYZ | 27.37 | 17.07 | 2.83 | - |
| YUV | 103.59 | 84.22 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 26 | 0 | 0.67 | 0.87 | 0.20 | 13.74 | 0.77 | 0.45 |
| Hex | CD | 43 | 1A | 0 | 43 | 57 | 14 | E | 4D | 2D |
| Octal | 315 | 103 | 32 | 0 | 103 | 127 | 24 | 16 | 115 | 55 |
| Binary | 11001101 | 1000011 | 11010 | 0 | 1000011 | 1010111 | 10100 | 1110 | 1001101 | 101101 |
Color Harmonies of #CD431A
Complementary color
Monochromatic Colors of #CD431A
Black with #CD431A
Text Example
Text Example
White with #CD431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD431A; }
p { color: rgb(205,67,26); }
H1.HeaderClassName
{
color: #CD431A;
}
.AnyTagClassName
{
color: #CD431A;
}
</style>
background-color css
<style>
a { background-color: #CD431A; }
a { background-color: rgb(205,67,26); }
div.DivClassName
{
background-color: #CD431A;
}
.BgClassName
{
background-color: #CD431A;
}
</style>
border-color css
<style>
span { border-color: #CD431A; }
span { border-color: rgb(205,67,26); }
td.TdClassName
{
border-color: #CD431A;
}
.TagClassName
{
border-color: #CD431A;
}
</style>