Html Css Color HEX #C33000 Harley Davidson Orange
📋 copy color: '#C33000'red 195 ◦ green 48 ◦ blue 0
Shades of Harley Davidson Orange #C33000
Tints of Harley Davidson Orange #C33000
RGB
CMYK
RGB Variations
Color information
#C33000 (or 0xC33000) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 00. RGB value is (195,48,0). Sum of RGB (Red+Green+Blue) = 195+48+0=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C33000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33000 is #3CCFFF. Grayscale: #565656. Windows color (decimal): -3985408 or 12483. OLE color: 12483.
HSL color Cylindrical-coordinate representation of color #C33000: hue angle of 14.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33000 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.24 |
| HSL | 14.77º | 1% | 0.38% | - |
| HSV(B) | 14.77º | 1% | 0.76% | - |
| XYZ | 23.56 | 13.72 | 1.41 | - |
| YUV | 86.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 0 | 0 | 0.75 | 1 | 0.24 | 14.77 | 1 | 0.38 |
| Hex | C3 | 30 | 0 | 0 | 4B | 64 | 18 | F | 64 | 26 |
| Octal | 303 | 60 | 0 | 0 | 113 | 144 | 30 | 17 | 144 | 46 |
| Binary | 11000011 | 110000 | 0 | 0 | 1001011 | 1100100 | 11000 | 1111 | 1100100 | 100110 |
Color Harmonies of #C33000
Complementary color
Monochromatic Colors of #C33000
Black with #C33000
Text Example
Text Example
White with #C33000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33000; }
p { color: rgb(195,48,0); }
H1.HeaderClassName
{
color: #C33000;
}
.AnyTagClassName
{
color: #C33000;
}
</style>
background-color css
<style>
a { background-color: #C33000; }
a { background-color: rgb(195,48,0); }
div.DivClassName
{
background-color: #C33000;
}
.BgClassName
{
background-color: #C33000;
}
</style>
border-color css
<style>
span { border-color: #C33000; }
span { border-color: rgb(195,48,0); }
td.TdClassName
{
border-color: #C33000;
}
.TagClassName
{
border-color: #C33000;
}
</style>