Html Css Color HEX #C13407 Harley Davidson Orange
📋 copy color: '#C13407'red 193 ◦ green 52 ◦ blue 7
Shades of Harley Davidson Orange #C13407
Tints of Harley Davidson Orange #C13407
RGB
CMYK
RGB Variations
Color information
#C13407 (or 0xC13407) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 07. RGB value is (193,52,7). Sum of RGB (Red+Green+Blue) = 193+52+7=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C13407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13407 is #3ECBF8. Grayscale: #595959. Windows color (decimal): -4115449 or 472257. OLE color: 472257.
HSL color Cylindrical-coordinate representation of color #C13407: hue angle of 14.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C13407 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.24 |
| HSL | 14.52º | 0.93% | 0.39% | - |
| HSV(B) | 14.52º | 0.96% | 0.76% | - |
| XYZ | 23.26 | 13.81 | 1.64 | - |
| YUV | 89.03 | 81.71 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 7 | 0 | 0.73 | 0.96 | 0.24 | 14.52 | 0.93 | 0.39 |
| Hex | C1 | 34 | 7 | 0 | 49 | 60 | 18 | F | 5D | 27 |
| Octal | 301 | 64 | 7 | 0 | 111 | 140 | 30 | 17 | 135 | 47 |
| Binary | 11000001 | 110100 | 111 | 0 | 1001001 | 1100000 | 11000 | 1111 | 1011101 | 100111 |
Color Harmonies of #C13407
Complementary color
Monochromatic Colors of #C13407
Black with #C13407
Text Example
Text Example
White with #C13407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13407; }
p { color: rgb(193,52,7); }
H1.HeaderClassName
{
color: #C13407;
}
.AnyTagClassName
{
color: #C13407;
}
</style>
background-color css
<style>
a { background-color: #C13407; }
a { background-color: rgb(193,52,7); }
div.DivClassName
{
background-color: #C13407;
}
.BgClassName
{
background-color: #C13407;
}
</style>
border-color css
<style>
span { border-color: #C13407; }
span { border-color: rgb(193,52,7); }
td.TdClassName
{
border-color: #C13407;
}
.TagClassName
{
border-color: #C13407;
}
</style>