Html Css Color HEX #C33C0D Harley Davidson Orange
📋 copy color: '#C33C0D'red 195 ◦ green 60 ◦ blue 13
Shades of Harley Davidson Orange #C33C0D
Tints of Harley Davidson Orange #C33C0D
RGB
CMYK
RGB Variations
Color information
#C33C0D (or 0xC33C0D) is known color: Harley Davidson Orange. HEX triplet: C3, 3C and 0D. RGB value is (195,60,13). Sum of RGB (Red+Green+Blue) = 195+60+13=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33C0D is #3CC3F2. Grayscale: #5F5F5F. Windows color (decimal): -3982323 or 867523. OLE color: 867523.
HSL color Cylindrical-coordinate representation of color #C33C0D: hue angle of 15.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C33C0D is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 13 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.24 |
| HSL | 15.49º | 0.88% | 0.41% | - |
| HSV(B) | 15.49º | 0.93% | 0.76% | - |
| XYZ | 24.19 | 14.86 | 1.97 | - |
| YUV | 95.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 13 | 0 | 0.69 | 0.93 | 0.24 | 15.49 | 0.88 | 0.41 |
| Hex | C3 | 3C | D | 0 | 45 | 5D | 18 | F | 58 | 29 |
| Octal | 303 | 74 | 15 | 0 | 105 | 135 | 30 | 17 | 130 | 51 |
| Binary | 11000011 | 111100 | 1101 | 0 | 1000101 | 1011101 | 11000 | 1111 | 1011000 | 101001 |
Color Harmonies of #C33C0D
Complementary color
Monochromatic Colors of #C33C0D
Black with #C33C0D
Text Example
Text Example
White with #C33C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C0D; }
p { color: rgb(195,60,13); }
H1.HeaderClassName
{
color: #C33C0D;
}
.AnyTagClassName
{
color: #C33C0D;
}
</style>
background-color css
<style>
a { background-color: #C33C0D; }
a { background-color: rgb(195,60,13); }
div.DivClassName
{
background-color: #C33C0D;
}
.BgClassName
{
background-color: #C33C0D;
}
</style>
border-color css
<style>
span { border-color: #C33C0D; }
span { border-color: rgb(195,60,13); }
td.TdClassName
{
border-color: #C33C0D;
}
.TagClassName
{
border-color: #C33C0D;
}
</style>