Html Css Color HEX #C42703 Harley Davidson Orange
📋 copy color: '#C42703'red 196 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #C42703
Tints of Harley Davidson Orange #C42703
RGB
CMYK
RGB Variations
Color information
#C42703 (or 0xC42703) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 03. RGB value is (196,39,3). Sum of RGB (Red+Green+Blue) = 196+39+3=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C42703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42703 is #3BD8FC. Grayscale: #525252. Windows color (decimal): -3922173 or 206788. OLE color: 206788.
HSL color Cylindrical-coordinate representation of color #C42703: hue angle of 11.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42703 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.23 |
| HSL | 11.19º | 0.97% | 0.39% | - |
| HSV(B) | 11.19º | 0.98% | 0.77% | - |
| XYZ | 23.51 | 13.19 | 1.39 | - |
| YUV | 81.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 3 | 0 | 0.80 | 0.98 | 0.23 | 11.19 | 0.97 | 0.39 |
| Hex | C4 | 27 | 3 | 0 | 50 | 62 | 17 | B | 61 | 27 |
| Octal | 304 | 47 | 3 | 0 | 120 | 142 | 27 | 13 | 141 | 47 |
| Binary | 11000100 | 100111 | 11 | 0 | 1010000 | 1100010 | 10111 | 1011 | 1100001 | 100111 |
Color Harmonies of #C42703
Complementary color
Monochromatic Colors of #C42703
Black with #C42703
Text Example
Text Example
White with #C42703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42703; }
p { color: rgb(196,39,3); }
H1.HeaderClassName
{
color: #C42703;
}
.AnyTagClassName
{
color: #C42703;
}
</style>
background-color css
<style>
a { background-color: #C42703; }
a { background-color: rgb(196,39,3); }
div.DivClassName
{
background-color: #C42703;
}
.BgClassName
{
background-color: #C42703;
}
</style>
border-color css
<style>
span { border-color: #C42703; }
span { border-color: rgb(196,39,3); }
td.TdClassName
{
border-color: #C42703;
}
.TagClassName
{
border-color: #C42703;
}
</style>