Html Css Color HEX #C3380C Harley Davidson Orange
📋 copy color: '#C3380C'red 195 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #C3380C
Tints of Harley Davidson Orange #C3380C
RGB
CMYK
RGB Variations
Color information
#C3380C (or 0xC3380C) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 0C. RGB value is (195,56,12). Sum of RGB (Red+Green+Blue) = 195+56+12=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3380C is #3CC7F3. Grayscale: #5C5C5C. Windows color (decimal): -3983348 or 800963. OLE color: 800963.
HSL color Cylindrical-coordinate representation of color #C3380C: hue angle of 14.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3380C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 12 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.24 |
| HSL | 14.43º | 0.88% | 0.41% | - |
| HSV(B) | 14.43º | 0.94% | 0.76% | - |
| XYZ | 23.99 | 14.46 | 1.87 | - |
| YUV | 92.55 | 82.55 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 12 | 0 | 0.71 | 0.94 | 0.24 | 14.43 | 0.88 | 0.41 |
| Hex | C3 | 38 | C | 0 | 47 | 5E | 18 | E | 58 | 29 |
| Octal | 303 | 70 | 14 | 0 | 107 | 136 | 30 | 16 | 130 | 51 |
| Binary | 11000011 | 111000 | 1100 | 0 | 1000111 | 1011110 | 11000 | 1110 | 1011000 | 101001 |
Color Harmonies of #C3380C
Complementary color
Monochromatic Colors of #C3380C
Black with #C3380C
Text Example
Text Example
White with #C3380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3380C; }
p { color: rgb(195,56,12); }
H1.HeaderClassName
{
color: #C3380C;
}
.AnyTagClassName
{
color: #C3380C;
}
</style>
background-color css
<style>
a { background-color: #C3380C; }
a { background-color: rgb(195,56,12); }
div.DivClassName
{
background-color: #C3380C;
}
.BgClassName
{
background-color: #C3380C;
}
</style>
border-color css
<style>
span { border-color: #C3380C; }
span { border-color: rgb(195,56,12); }
td.TdClassName
{
border-color: #C3380C;
}
.TagClassName
{
border-color: #C3380C;
}
</style>