Html Css Color HEX #C43802 Harley Davidson Orange
📋 copy color: '#C43802'red 196 ◦ green 56 ◦ blue 2
Shades of Harley Davidson Orange #C43802
Tints of Harley Davidson Orange #C43802
RGB
CMYK
RGB Variations
Color information
#C43802 (or 0xC43802) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 02. RGB value is (196,56,2). Sum of RGB (Red+Green+Blue) = 196+56+2=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C43802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43802 is #3BC7FD. Grayscale: #5C5C5C. Windows color (decimal): -3917822 or 145604. OLE color: 145604.
HSL color Cylindrical-coordinate representation of color #C43802: hue angle of 16.7º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C43802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.23 |
| HSL | 16.7º | 0.98% | 0.39% | - |
| HSV(B) | 16.7º | 0.99% | 0.77% | - |
| XYZ | 24.19 | 14.57 | 1.59 | - |
| YUV | 91.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 2 | 0 | 0.71 | 0.99 | 0.23 | 16.7 | 0.98 | 0.39 |
| Hex | C4 | 38 | 2 | 0 | 47 | 63 | 17 | 11 | 62 | 27 |
| Octal | 304 | 70 | 2 | 0 | 107 | 143 | 27 | 21 | 142 | 47 |
| Binary | 11000100 | 111000 | 10 | 0 | 1000111 | 1100011 | 10111 | 10001 | 1100010 | 100111 |
Color Harmonies of #C43802
Complementary color
Monochromatic Colors of #C43802
Black with #C43802
Text Example
Text Example
White with #C43802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43802; }
p { color: rgb(196,56,2); }
H1.HeaderClassName
{
color: #C43802;
}
.AnyTagClassName
{
color: #C43802;
}
</style>
background-color css
<style>
a { background-color: #C43802; }
a { background-color: rgb(196,56,2); }
div.DivClassName
{
background-color: #C43802;
}
.BgClassName
{
background-color: #C43802;
}
</style>
border-color css
<style>
span { border-color: #C43802; }
span { border-color: rgb(196,56,2); }
td.TdClassName
{
border-color: #C43802;
}
.TagClassName
{
border-color: #C43802;
}
</style>