Html Css Color HEX #C3300B Harley Davidson Orange
📋 copy color: '#C3300B'red 195 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #C3300B
Tints of Harley Davidson Orange #C3300B
RGB
CMYK
RGB Variations
Color information
#C3300B (or 0xC3300B) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 0B. RGB value is (195,48,11). Sum of RGB (Red+Green+Blue) = 195+48+11=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C3300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3300B is #3CCFF4. Grayscale: #585858. Windows color (decimal): -3985397 or 733379. OLE color: 733379.
HSL color Cylindrical-coordinate representation of color #C3300B: hue angle of 12.07º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3300B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.24 |
| HSL | 12.07º | 0.89% | 0.4% | - |
| HSV(B) | 12.07º | 0.94% | 0.76% | - |
| XYZ | 23.62 | 13.74 | 1.72 | - |
| YUV | 87.74 | 84.7 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 11 | 0 | 0.75 | 0.94 | 0.24 | 12.07 | 0.89 | 0.4 |
| Hex | C3 | 30 | B | 0 | 4B | 5E | 18 | C | 59 | 28 |
| Octal | 303 | 60 | 13 | 0 | 113 | 136 | 30 | 14 | 131 | 50 |
| Binary | 11000011 | 110000 | 1011 | 0 | 1001011 | 1011110 | 11000 | 1100 | 1011001 | 101000 |
Color Harmonies of #C3300B
Complementary color
Monochromatic Colors of #C3300B
Black with #C3300B
Text Example
Text Example
White with #C3300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3300B; }
p { color: rgb(195,48,11); }
H1.HeaderClassName
{
color: #C3300B;
}
.AnyTagClassName
{
color: #C3300B;
}
</style>
background-color css
<style>
a { background-color: #C3300B; }
a { background-color: rgb(195,48,11); }
div.DivClassName
{
background-color: #C3300B;
}
.BgClassName
{
background-color: #C3300B;
}
</style>
border-color css
<style>
span { border-color: #C3300B; }
span { border-color: rgb(195,48,11); }
td.TdClassName
{
border-color: #C3300B;
}
.TagClassName
{
border-color: #C3300B;
}
</style>