Html Css Color HEX #CD430B Harley Davidson Orange
📋 copy color: '#CD430B'red 205 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #CD430B
Tints of Harley Davidson Orange #CD430B
RGB
CMYK
RGB Variations
Color information
#CD430B (or 0xCD430B) is known color: Harley Davidson Orange. HEX triplet: CD, 43 and 0B. RGB value is (205,67,11). Sum of RGB (Red+Green+Blue) = 205+67+11=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD430B is #32BCF4. Grayscale: #666666. Windows color (decimal): -3325173 or 738253. OLE color: 738253.
HSL color Cylindrical-coordinate representation of color #CD430B: hue angle of 17.32º degrees, saturation: 0.9, 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 #CD430B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.20 |
| HSL | 17.32º | 0.9% | 0.42% | - |
| HSV(B) | 17.32º | 0.95% | 0.8% | - |
| XYZ | 27.24 | 17.02 | 2.17 | - |
| YUV | 101.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 11 | 0 | 0.67 | 0.95 | 0.20 | 17.32 | 0.9 | 0.42 |
| Hex | CD | 43 | B | 0 | 43 | 5F | 14 | 11 | 5A | 2A |
| Octal | 315 | 103 | 13 | 0 | 103 | 137 | 24 | 21 | 132 | 52 |
| Binary | 11001101 | 1000011 | 1011 | 0 | 1000011 | 1011111 | 10100 | 10001 | 1011010 | 101010 |
Color Harmonies of #CD430B
Complementary color
Monochromatic Colors of #CD430B
Black with #CD430B
Text Example
Text Example
White with #CD430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD430B; }
p { color: rgb(205,67,11); }
H1.HeaderClassName
{
color: #CD430B;
}
.AnyTagClassName
{
color: #CD430B;
}
</style>
background-color css
<style>
a { background-color: #CD430B; }
a { background-color: rgb(205,67,11); }
div.DivClassName
{
background-color: #CD430B;
}
.BgClassName
{
background-color: #CD430B;
}
</style>
border-color css
<style>
span { border-color: #CD430B; }
span { border-color: rgb(205,67,11); }
td.TdClassName
{
border-color: #CD430B;
}
.TagClassName
{
border-color: #CD430B;
}
</style>