Html Css Color HEX #CD430A Harley Davidson Orange
📋 copy color: '#CD430A'red 205 ◦ green 67 ◦ blue 10
Shades of Harley Davidson Orange #CD430A
Tints of Harley Davidson Orange #CD430A
RGB
CMYK
RGB Variations
Color information
#CD430A (or 0xCD430A) is known color: Harley Davidson Orange. HEX triplet: CD, 43 and 0A. RGB value is (205,67,10). Sum of RGB (Red+Green+Blue) = 205+67+10=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD430A is #32BCF5. Grayscale: #666666. Windows color (decimal): -3325174 or 672717. OLE color: 672717.
HSL color Cylindrical-coordinate representation of color #CD430A: hue angle of 17.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD430A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.20 |
| HSL | 17.54º | 0.91% | 0.42% | - |
| HSV(B) | 17.54º | 0.95% | 0.8% | - |
| XYZ | 27.24 | 17.02 | 2.14 | - |
| YUV | 101.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 10 | 0 | 0.67 | 0.95 | 0.20 | 17.54 | 0.91 | 0.42 |
| Hex | CD | 43 | A | 0 | 43 | 5F | 14 | 12 | 5B | 2A |
| Octal | 315 | 103 | 12 | 0 | 103 | 137 | 24 | 22 | 133 | 52 |
| Binary | 11001101 | 1000011 | 1010 | 0 | 1000011 | 1011111 | 10100 | 10010 | 1011011 | 101010 |
Color Harmonies of #CD430A
Complementary color
Monochromatic Colors of #CD430A
Black with #CD430A
Text Example
Text Example
White with #CD430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD430A; }
p { color: rgb(205,67,10); }
H1.HeaderClassName
{
color: #CD430A;
}
.AnyTagClassName
{
color: #CD430A;
}
</style>
background-color css
<style>
a { background-color: #CD430A; }
a { background-color: rgb(205,67,10); }
div.DivClassName
{
background-color: #CD430A;
}
.BgClassName
{
background-color: #CD430A;
}
</style>
border-color css
<style>
span { border-color: #CD430A; }
span { border-color: rgb(205,67,10); }
td.TdClassName
{
border-color: #CD430A;
}
.TagClassName
{
border-color: #CD430A;
}
</style>