Html Css Color HEX #C3300D Harley Davidson Orange
📋 copy color: '#C3300D'red 195 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #C3300D
Tints of Harley Davidson Orange #C3300D
RGB
CMYK
RGB Variations
Color information
#C3300D (or 0xC3300D) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 0D. RGB value is (195,48,13). Sum of RGB (Red+Green+Blue) = 195+48+13=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3300D is #3CCFF2. Grayscale: #585858. Windows color (decimal): -3985395 or 864451. OLE color: 864451.
HSL color Cylindrical-coordinate representation of color #C3300D: hue angle of 11.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3300D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 13 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.24 |
| HSL | 11.54º | 0.88% | 0.41% | - |
| HSV(B) | 11.54º | 0.93% | 0.76% | - |
| XYZ | 23.64 | 13.75 | 1.79 | - |
| YUV | 87.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 13 | 0 | 0.75 | 0.93 | 0.24 | 11.54 | 0.88 | 0.41 |
| Hex | C3 | 30 | D | 0 | 4B | 5D | 18 | C | 58 | 29 |
| Octal | 303 | 60 | 15 | 0 | 113 | 135 | 30 | 14 | 130 | 51 |
| Binary | 11000011 | 110000 | 1101 | 0 | 1001011 | 1011101 | 11000 | 1100 | 1011000 | 101001 |
Color Harmonies of #C3300D
Complementary color
Monochromatic Colors of #C3300D
Black with #C3300D
Text Example
Text Example
White with #C3300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3300D; }
p { color: rgb(195,48,13); }
H1.HeaderClassName
{
color: #C3300D;
}
.AnyTagClassName
{
color: #C3300D;
}
</style>
background-color css
<style>
a { background-color: #C3300D; }
a { background-color: rgb(195,48,13); }
div.DivClassName
{
background-color: #C3300D;
}
.BgClassName
{
background-color: #C3300D;
}
</style>
border-color css
<style>
span { border-color: #C3300D; }
span { border-color: rgb(195,48,13); }
td.TdClassName
{
border-color: #C3300D;
}
.TagClassName
{
border-color: #C3300D;
}
</style>