Html Css Color HEX #C33008 Harley Davidson Orange
📋 copy color: '#C33008'red 195 ◦ green 48 ◦ blue 8
Shades of Harley Davidson Orange #C33008
Tints of Harley Davidson Orange #C33008
RGB
CMYK
RGB Variations
Color information
#C33008 (or 0xC33008) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 08. RGB value is (195,48,8). Sum of RGB (Red+Green+Blue) = 195+48+8=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C33008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33008 is #3CCFF7. Grayscale: #575757. Windows color (decimal): -3985400 or 536771. OLE color: 536771.
HSL color Cylindrical-coordinate representation of color #C33008: hue angle of 12.83º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C33008 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.24 |
| HSL | 12.83º | 0.92% | 0.4% | - |
| HSV(B) | 12.83º | 0.96% | 0.76% | - |
| XYZ | 23.61 | 13.73 | 1.64 | - |
| YUV | 87.39 | 83.2 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 8 | 0 | 0.75 | 0.96 | 0.24 | 12.83 | 0.92 | 0.4 |
| Hex | C3 | 30 | 8 | 0 | 4B | 60 | 18 | D | 5C | 28 |
| Octal | 303 | 60 | 10 | 0 | 113 | 140 | 30 | 15 | 134 | 50 |
| Binary | 11000011 | 110000 | 1000 | 0 | 1001011 | 1100000 | 11000 | 1101 | 1011100 | 101000 |
Color Harmonies of #C33008
Complementary color
Monochromatic Colors of #C33008
Black with #C33008
Text Example
Text Example
White with #C33008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33008; }
p { color: rgb(195,48,8); }
H1.HeaderClassName
{
color: #C33008;
}
.AnyTagClassName
{
color: #C33008;
}
</style>
background-color css
<style>
a { background-color: #C33008; }
a { background-color: rgb(195,48,8); }
div.DivClassName
{
background-color: #C33008;
}
.BgClassName
{
background-color: #C33008;
}
</style>
border-color css
<style>
span { border-color: #C33008; }
span { border-color: rgb(195,48,8); }
td.TdClassName
{
border-color: #C33008;
}
.TagClassName
{
border-color: #C33008;
}
</style>