Html Css Color HEX #C3281D Harley Davidson Orange
📋 copy color: '#C3281D'red 195 ◦ green 40 ◦ blue 29
Shades of Harley Davidson Orange #C3281D
Tints of Harley Davidson Orange #C3281D
RGB
CMYK
RGB Variations
Color information
#C3281D (or 0xC3281D) is known color: Harley Davidson Orange. HEX triplet: C3, 28 and 1D. RGB value is (195,40,29). Sum of RGB (Red+Green+Blue) = 195+40+29=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C3281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3281D is #3CD7E2. Grayscale: #555555. Windows color (decimal): -3987427 or 1910979. OLE color: 1910979.
HSL color Cylindrical-coordinate representation of color #C3281D: hue angle of 3.98º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3281D is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 29 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.24 |
| HSL | 3.98º | 0.74% | 0.44% | - |
| HSV(B) | 3.98º | 0.85% | 0.76% | - |
| XYZ | 23.49 | 13.21 | 2.47 | - |
| YUV | 85.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 29 | 0 | 0.79 | 0.85 | 0.24 | 3.98 | 0.74 | 0.44 |
| Hex | C3 | 28 | 1D | 0 | 4F | 55 | 18 | 4 | 4A | 2C |
| Octal | 303 | 50 | 35 | 0 | 117 | 125 | 30 | 4 | 112 | 54 |
| Binary | 11000011 | 101000 | 11101 | 0 | 1001111 | 1010101 | 11000 | 100 | 1001010 | 101100 |
Color Harmonies of #C3281D
Complementary color
Monochromatic Colors of #C3281D
Black with #C3281D
Text Example
Text Example
White with #C3281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3281D; }
p { color: rgb(195,40,29); }
H1.HeaderClassName
{
color: #C3281D;
}
.AnyTagClassName
{
color: #C3281D;
}
</style>
background-color css
<style>
a { background-color: #C3281D; }
a { background-color: rgb(195,40,29); }
div.DivClassName
{
background-color: #C3281D;
}
.BgClassName
{
background-color: #C3281D;
}
</style>
border-color css
<style>
span { border-color: #C3281D; }
span { border-color: rgb(195,40,29); }
td.TdClassName
{
border-color: #C3281D;
}
.TagClassName
{
border-color: #C3281D;
}
</style>