Html Css Color HEX #C12602 Harley Davidson Orange
📋 copy color: '#C12602'red 193 ◦ green 38 ◦ blue 2
Shades of Harley Davidson Orange #C12602
Tints of Harley Davidson Orange #C12602
RGB
CMYK
RGB Variations
Color information
#C12602 (or 0xC12602) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 02. RGB value is (193,38,2). Sum of RGB (Red+Green+Blue) = 193+38+2=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C12602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12602 is #3ED9FD. Grayscale: #505050. Windows color (decimal): -4119038 or 140993. OLE color: 140993.
HSL color Cylindrical-coordinate representation of color #C12602: hue angle of 11.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12602 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.24 |
| HSL | 11.31º | 0.98% | 0.38% | - |
| HSV(B) | 11.31º | 0.99% | 0.76% | - |
| XYZ | 22.7 | 12.73 | 1.32 | - |
| YUV | 80.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 2 | 0 | 0.80 | 0.99 | 0.24 | 11.31 | 0.98 | 0.38 |
| Hex | C1 | 26 | 2 | 0 | 50 | 63 | 18 | B | 62 | 26 |
| Octal | 301 | 46 | 2 | 0 | 120 | 143 | 30 | 13 | 142 | 46 |
| Binary | 11000001 | 100110 | 10 | 0 | 1010000 | 1100011 | 11000 | 1011 | 1100010 | 100110 |
Color Harmonies of #C12602
Complementary color
Monochromatic Colors of #C12602
Black with #C12602
Text Example
Text Example
White with #C12602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12602; }
p { color: rgb(193,38,2); }
H1.HeaderClassName
{
color: #C12602;
}
.AnyTagClassName
{
color: #C12602;
}
</style>
background-color css
<style>
a { background-color: #C12602; }
a { background-color: rgb(193,38,2); }
div.DivClassName
{
background-color: #C12602;
}
.BgClassName
{
background-color: #C12602;
}
</style>
border-color css
<style>
span { border-color: #C12602; }
span { border-color: rgb(193,38,2); }
td.TdClassName
{
border-color: #C12602;
}
.TagClassName
{
border-color: #C12602;
}
</style>