Html Css Color HEX #C33C1C Harley Davidson Orange
📋 copy color: '#C33C1C'red 195 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #C33C1C
Tints of Harley Davidson Orange #C33C1C
RGB
CMYK
RGB Variations
Color information
#C33C1C (or 0xC33C1C) is known color: Harley Davidson Orange. HEX triplet: C3, 3C and 1C. RGB value is (195,60,28). Sum of RGB (Red+Green+Blue) = 195+60+28=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C1C is #3CC3E3. Grayscale: #606060. Windows color (decimal): -3982308 or 1850563. OLE color: 1850563.
HSL color Cylindrical-coordinate representation of color #C33C1C: hue angle of 11.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C33C1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 28 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.24 |
| HSL | 11.5º | 0.75% | 0.44% | - |
| HSV(B) | 11.5º | 0.86% | 0.76% | - |
| XYZ | 24.33 | 14.92 | 2.7 | - |
| YUV | 96.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 28 | 0 | 0.69 | 0.86 | 0.24 | 11.5 | 0.75 | 0.44 |
| Hex | C3 | 3C | 1C | 0 | 45 | 56 | 18 | B | 4B | 2C |
| Octal | 303 | 74 | 34 | 0 | 105 | 126 | 30 | 13 | 113 | 54 |
| Binary | 11000011 | 111100 | 11100 | 0 | 1000101 | 1010110 | 11000 | 1011 | 1001011 | 101100 |
Color Harmonies of #C33C1C
Complementary color
Monochromatic Colors of #C33C1C
Black with #C33C1C
Text Example
Text Example
White with #C33C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C1C; }
p { color: rgb(195,60,28); }
H1.HeaderClassName
{
color: #C33C1C;
}
.AnyTagClassName
{
color: #C33C1C;
}
</style>
background-color css
<style>
a { background-color: #C33C1C; }
a { background-color: rgb(195,60,28); }
div.DivClassName
{
background-color: #C33C1C;
}
.BgClassName
{
background-color: #C33C1C;
}
</style>
border-color css
<style>
span { border-color: #C33C1C; }
span { border-color: rgb(195,60,28); }
td.TdClassName
{
border-color: #C33C1C;
}
.TagClassName
{
border-color: #C33C1C;
}
</style>