Html Css Color HEX #CD330C Harley Davidson Orange
📋 copy color: '#CD330C'red 205 ◦ green 51 ◦ blue 12
Shades of Harley Davidson Orange #CD330C
Tints of Harley Davidson Orange #CD330C
RGB
CMYK
RGB Variations
Color information
#CD330C (or 0xCD330C) is known color: Harley Davidson Orange. HEX triplet: CD, 33 and 0C. RGB value is (205,51,12). Sum of RGB (Red+Green+Blue) = 205+51+12=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD330C is #32CCF3. Grayscale: #5C5C5C. Windows color (decimal): -3329268 or 799693. OLE color: 799693.
HSL color Cylindrical-coordinate representation of color #CD330C: hue angle of 12.12º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD330C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.20 |
| HSL | 12.12º | 0.89% | 0.43% | - |
| HSV(B) | 12.12º | 0.94% | 0.8% | - |
| XYZ | 26.43 | 15.37 | 1.92 | - |
| YUV | 92.6 | 82.52 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 12 | 0 | 0.75 | 0.94 | 0.20 | 12.12 | 0.89 | 0.43 |
| Hex | CD | 33 | C | 0 | 4B | 5E | 14 | C | 59 | 2B |
| Octal | 315 | 63 | 14 | 0 | 113 | 136 | 24 | 14 | 131 | 53 |
| Binary | 11001101 | 110011 | 1100 | 0 | 1001011 | 1011110 | 10100 | 1100 | 1011001 | 101011 |
Color Harmonies of #CD330C
Complementary color
Monochromatic Colors of #CD330C
Black with #CD330C
Text Example
Text Example
White with #CD330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD330C; }
p { color: rgb(205,51,12); }
H1.HeaderClassName
{
color: #CD330C;
}
.AnyTagClassName
{
color: #CD330C;
}
</style>
background-color css
<style>
a { background-color: #CD330C; }
a { background-color: rgb(205,51,12); }
div.DivClassName
{
background-color: #CD330C;
}
.BgClassName
{
background-color: #CD330C;
}
</style>
border-color css
<style>
span { border-color: #CD330C; }
span { border-color: rgb(205,51,12); }
td.TdClassName
{
border-color: #CD330C;
}
.TagClassName
{
border-color: #CD330C;
}
</style>