Html Css Color HEX #C33507 Harley Davidson Orange
📋 copy color: '#C33507'red 195 ◦ green 53 ◦ blue 7
Shades of Harley Davidson Orange #C33507
Tints of Harley Davidson Orange #C33507
RGB
CMYK
RGB Variations
Color information
#C33507 (or 0xC33507) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 07. RGB value is (195,53,7). Sum of RGB (Red+Green+Blue) = 195+53+7=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C33507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33507 is #3CCAF8. Grayscale: #5A5A5A. Windows color (decimal): -3984121 or 472515. OLE color: 472515.
HSL color Cylindrical-coordinate representation of color #C33507: hue angle of 14.68º 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 #C33507 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.24 |
| HSL | 14.68º | 0.93% | 0.4% | - |
| HSV(B) | 14.68º | 0.96% | 0.76% | - |
| XYZ | 23.82 | 14.16 | 1.68 | - |
| YUV | 90.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 7 | 0 | 0.73 | 0.96 | 0.24 | 14.68 | 0.93 | 0.4 |
| Hex | C3 | 35 | 7 | 0 | 49 | 60 | 18 | F | 5D | 28 |
| Octal | 303 | 65 | 7 | 0 | 111 | 140 | 30 | 17 | 135 | 50 |
| Binary | 11000011 | 110101 | 111 | 0 | 1001001 | 1100000 | 11000 | 1111 | 1011101 | 101000 |
Color Harmonies of #C33507
Complementary color
Monochromatic Colors of #C33507
Black with #C33507
Text Example
Text Example
White with #C33507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33507; }
p { color: rgb(195,53,7); }
H1.HeaderClassName
{
color: #C33507;
}
.AnyTagClassName
{
color: #C33507;
}
</style>
background-color css
<style>
a { background-color: #C33507; }
a { background-color: rgb(195,53,7); }
div.DivClassName
{
background-color: #C33507;
}
.BgClassName
{
background-color: #C33507;
}
</style>
border-color css
<style>
span { border-color: #C33507; }
span { border-color: rgb(195,53,7); }
td.TdClassName
{
border-color: #C33507;
}
.TagClassName
{
border-color: #C33507;
}
</style>