Html Css Color HEX #C3300A Harley Davidson Orange
📋 copy color: '#C3300A'red 195 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #C3300A
Tints of Harley Davidson Orange #C3300A
RGB
CMYK
RGB Variations
Color information
#C3300A (or 0xC3300A) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 0A. RGB value is (195,48,10). Sum of RGB (Red+Green+Blue) = 195+48+10=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C3300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3300A is #3CCFF5. Grayscale: #575757. Windows color (decimal): -3985398 or 667843. OLE color: 667843.
HSL color Cylindrical-coordinate representation of color #C3300A: hue angle of 12.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3300A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.24 |
| HSL | 12.32º | 0.9% | 0.4% | - |
| HSV(B) | 12.32º | 0.95% | 0.76% | - |
| XYZ | 23.62 | 13.74 | 1.69 | - |
| YUV | 87.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 10 | 0 | 0.75 | 0.95 | 0.24 | 12.32 | 0.9 | 0.4 |
| Hex | C3 | 30 | A | 0 | 4B | 5F | 18 | C | 5A | 28 |
| Octal | 303 | 60 | 12 | 0 | 113 | 137 | 30 | 14 | 132 | 50 |
| Binary | 11000011 | 110000 | 1010 | 0 | 1001011 | 1011111 | 11000 | 1100 | 1011010 | 101000 |
Color Harmonies of #C3300A
Complementary color
Monochromatic Colors of #C3300A
Black with #C3300A
Text Example
Text Example
White with #C3300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3300A; }
p { color: rgb(195,48,10); }
H1.HeaderClassName
{
color: #C3300A;
}
.AnyTagClassName
{
color: #C3300A;
}
</style>
background-color css
<style>
a { background-color: #C3300A; }
a { background-color: rgb(195,48,10); }
div.DivClassName
{
background-color: #C3300A;
}
.BgClassName
{
background-color: #C3300A;
}
</style>
border-color css
<style>
span { border-color: #C3300A; }
span { border-color: rgb(195,48,10); }
td.TdClassName
{
border-color: #C3300A;
}
.TagClassName
{
border-color: #C3300A;
}
</style>