Html Css Color HEX #C13305 Harley Davidson Orange
📋 copy color: '#C13305'red 193 ◦ green 51 ◦ blue 5
Shades of Harley Davidson Orange #C13305
Tints of Harley Davidson Orange #C13305
RGB
CMYK
RGB Variations
Color information
#C13305 (or 0xC13305) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 05. RGB value is (193,51,5). Sum of RGB (Red+Green+Blue) = 193+51+5=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C13305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13305 is #3ECCFA. Grayscale: #585858. Windows color (decimal): -4115707 or 340929. OLE color: 340929.
HSL color Cylindrical-coordinate representation of color #C13305: hue angle of 14.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13305 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.24 |
| HSL | 14.68º | 0.95% | 0.39% | - |
| HSV(B) | 14.68º | 0.97% | 0.76% | - |
| XYZ | 23.2 | 13.72 | 1.57 | - |
| YUV | 88.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 5 | 0 | 0.74 | 0.97 | 0.24 | 14.68 | 0.95 | 0.39 |
| Hex | C1 | 33 | 5 | 0 | 4A | 61 | 18 | F | 5F | 27 |
| Octal | 301 | 63 | 5 | 0 | 112 | 141 | 30 | 17 | 137 | 47 |
| Binary | 11000001 | 110011 | 101 | 0 | 1001010 | 1100001 | 11000 | 1111 | 1011111 | 100111 |
Color Harmonies of #C13305
Complementary color
Monochromatic Colors of #C13305
Black with #C13305
Text Example
Text Example
White with #C13305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13305; }
p { color: rgb(193,51,5); }
H1.HeaderClassName
{
color: #C13305;
}
.AnyTagClassName
{
color: #C13305;
}
</style>
background-color css
<style>
a { background-color: #C13305; }
a { background-color: rgb(193,51,5); }
div.DivClassName
{
background-color: #C13305;
}
.BgClassName
{
background-color: #C13305;
}
</style>
border-color css
<style>
span { border-color: #C13305; }
span { border-color: rgb(193,51,5); }
td.TdClassName
{
border-color: #C13305;
}
.TagClassName
{
border-color: #C13305;
}
</style>