Html Css Color HEX #C33607 Harley Davidson Orange
📋 copy color: '#C33607'red 195 ◦ green 54 ◦ blue 7
Shades of Harley Davidson Orange #C33607
Tints of Harley Davidson Orange #C33607
RGB
CMYK
RGB Variations
Color information
#C33607 (or 0xC33607) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 07. RGB value is (195,54,7). Sum of RGB (Red+Green+Blue) = 195+54+7=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C33607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33607 is #3CC9F8. Grayscale: #5B5B5B. Windows color (decimal): -3983865 or 472771. OLE color: 472771.
HSL color Cylindrical-coordinate representation of color #C33607: hue angle of 15º 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 #C33607 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.24 |
| HSL | 15º | 0.93% | 0.4% | - |
| HSV(B) | 15º | 0.96% | 0.76% | - |
| XYZ | 23.86 | 14.26 | 1.69 | - |
| YUV | 90.8 | 80.71 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 7 | 0 | 0.72 | 0.96 | 0.24 | 15 | 0.93 | 0.4 |
| Hex | C3 | 36 | 7 | 0 | 48 | 60 | 18 | F | 5D | 28 |
| Octal | 303 | 66 | 7 | 0 | 110 | 140 | 30 | 17 | 135 | 50 |
| Binary | 11000011 | 110110 | 111 | 0 | 1001000 | 1100000 | 11000 | 1111 | 1011101 | 101000 |
Color Harmonies of #C33607
Complementary color
Monochromatic Colors of #C33607
Black with #C33607
Text Example
Text Example
White with #C33607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33607; }
p { color: rgb(195,54,7); }
H1.HeaderClassName
{
color: #C33607;
}
.AnyTagClassName
{
color: #C33607;
}
</style>
background-color css
<style>
a { background-color: #C33607; }
a { background-color: rgb(195,54,7); }
div.DivClassName
{
background-color: #C33607;
}
.BgClassName
{
background-color: #C33607;
}
</style>
border-color css
<style>
span { border-color: #C33607; }
span { border-color: rgb(195,54,7); }
td.TdClassName
{
border-color: #C33607;
}
.TagClassName
{
border-color: #C33607;
}
</style>