Html Css Color HEX #C33107 Harley Davidson Orange
📋 copy color: '#C33107'red 195 ◦ green 49 ◦ blue 7
Shades of Harley Davidson Orange #C33107
Tints of Harley Davidson Orange #C33107
RGB
CMYK
RGB Variations
Color information
#C33107 (or 0xC33107) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 07. RGB value is (195,49,7). Sum of RGB (Red+Green+Blue) = 195+49+7=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C33107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33107 is #3CCEF8. Grayscale: #585858. Windows color (decimal): -3985145 or 471491. OLE color: 471491.
HSL color Cylindrical-coordinate representation of color #C33107: hue angle of 13.4º 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 #C33107 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.24 |
| HSL | 13.4º | 0.93% | 0.4% | - |
| HSV(B) | 13.4º | 0.96% | 0.76% | - |
| XYZ | 23.64 | 13.81 | 1.62 | - |
| YUV | 87.87 | 82.37 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 7 | 0 | 0.75 | 0.96 | 0.24 | 13.4 | 0.93 | 0.4 |
| Hex | C3 | 31 | 7 | 0 | 4B | 60 | 18 | D | 5D | 28 |
| Octal | 303 | 61 | 7 | 0 | 113 | 140 | 30 | 15 | 135 | 50 |
| Binary | 11000011 | 110001 | 111 | 0 | 1001011 | 1100000 | 11000 | 1101 | 1011101 | 101000 |
Color Harmonies of #C33107
Complementary color
Monochromatic Colors of #C33107
Black with #C33107
Text Example
Text Example
White with #C33107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33107; }
p { color: rgb(195,49,7); }
H1.HeaderClassName
{
color: #C33107;
}
.AnyTagClassName
{
color: #C33107;
}
</style>
background-color css
<style>
a { background-color: #C33107; }
a { background-color: rgb(195,49,7); }
div.DivClassName
{
background-color: #C33107;
}
.BgClassName
{
background-color: #C33107;
}
</style>
border-color css
<style>
span { border-color: #C33107; }
span { border-color: rgb(195,49,7); }
td.TdClassName
{
border-color: #C33107;
}
.TagClassName
{
border-color: #C33107;
}
</style>