Html Css Color HEX #C3361C Harley Davidson Orange
📋 copy color: '#C3361C'red 195 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #C3361C
Tints of Harley Davidson Orange #C3361C
RGB
CMYK
RGB Variations
Color information
#C3361C (or 0xC3361C) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 1C. RGB value is (195,54,28). Sum of RGB (Red+Green+Blue) = 195+54+28=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3361C is #3CC9E3. Grayscale: #5D5D5D. Windows color (decimal): -3983844 or 1849027. OLE color: 1849027.
HSL color Cylindrical-coordinate representation of color #C3361C: hue angle of 9.34º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3361C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.24 |
| HSL | 9.34º | 0.75% | 0.44% | - |
| HSV(B) | 9.34º | 0.86% | 0.76% | - |
| XYZ | 24.03 | 14.32 | 2.6 | - |
| YUV | 93.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 28 | 0 | 0.72 | 0.86 | 0.24 | 9.34 | 0.75 | 0.44 |
| Hex | C3 | 36 | 1C | 0 | 48 | 56 | 18 | 9 | 4B | 2C |
| Octal | 303 | 66 | 34 | 0 | 110 | 126 | 30 | 11 | 113 | 54 |
| Binary | 11000011 | 110110 | 11100 | 0 | 1001000 | 1010110 | 11000 | 1001 | 1001011 | 101100 |
Color Harmonies of #C3361C
Complementary color
Monochromatic Colors of #C3361C
Black with #C3361C
Text Example
Text Example
White with #C3361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3361C; }
p { color: rgb(195,54,28); }
H1.HeaderClassName
{
color: #C3361C;
}
.AnyTagClassName
{
color: #C3361C;
}
</style>
background-color css
<style>
a { background-color: #C3361C; }
a { background-color: rgb(195,54,28); }
div.DivClassName
{
background-color: #C3361C;
}
.BgClassName
{
background-color: #C3361C;
}
</style>
border-color css
<style>
span { border-color: #C3361C; }
span { border-color: rgb(195,54,28); }
td.TdClassName
{
border-color: #C3361C;
}
.TagClassName
{
border-color: #C3361C;
}
</style>