Html Css Color HEX #C33007 Harley Davidson Orange
📋 copy color: '#C33007'red 195 ◦ green 48 ◦ blue 7
Shades of Harley Davidson Orange #C33007
Tints of Harley Davidson Orange #C33007
RGB
CMYK
RGB Variations
Color information
#C33007 (or 0xC33007) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 07. RGB value is (195,48,7). Sum of RGB (Red+Green+Blue) = 195+48+7=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C33007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33007 is #3CCFF8. Grayscale: #575757. Windows color (decimal): -3985401 or 471235. OLE color: 471235.
HSL color Cylindrical-coordinate representation of color #C33007: hue angle of 13.09º degrees, saturation: 0.93, 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 #C33007 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.24 |
| HSL | 13.09º | 0.93% | 0.4% | - |
| HSV(B) | 13.09º | 0.96% | 0.76% | - |
| XYZ | 23.6 | 13.73 | 1.61 | - |
| YUV | 87.28 | 82.7 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 7 | 0 | 0.75 | 0.96 | 0.24 | 13.09 | 0.93 | 0.4 |
| Hex | C3 | 30 | 7 | 0 | 4B | 60 | 18 | D | 5D | 28 |
| Octal | 303 | 60 | 7 | 0 | 113 | 140 | 30 | 15 | 135 | 50 |
| Binary | 11000011 | 110000 | 111 | 0 | 1001011 | 1100000 | 11000 | 1101 | 1011101 | 101000 |
Color Harmonies of #C33007
Complementary color
Monochromatic Colors of #C33007
Black with #C33007
Text Example
Text Example
White with #C33007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33007; }
p { color: rgb(195,48,7); }
H1.HeaderClassName
{
color: #C33007;
}
.AnyTagClassName
{
color: #C33007;
}
</style>
background-color css
<style>
a { background-color: #C33007; }
a { background-color: rgb(195,48,7); }
div.DivClassName
{
background-color: #C33007;
}
.BgClassName
{
background-color: #C33007;
}
</style>
border-color css
<style>
span { border-color: #C33007; }
span { border-color: rgb(195,48,7); }
td.TdClassName
{
border-color: #C33007;
}
.TagClassName
{
border-color: #C33007;
}
</style>