Html Css Color HEX #C63602 Harley Davidson Orange
📋 copy color: '#C63602'red 198 ◦ green 54 ◦ blue 2
Shades of Harley Davidson Orange #C63602
Tints of Harley Davidson Orange #C63602
RGB
CMYK
RGB Variations
Color information
#C63602 (or 0xC63602) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 02. RGB value is (198,54,2). Sum of RGB (Red+Green+Blue) = 198+54+2=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C63602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63602 is #39C9FD. Grayscale: #5B5B5B. Windows color (decimal): -3787262 or 145094. OLE color: 145094.
HSL color Cylindrical-coordinate representation of color #C63602: hue angle of 15.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C63602 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.22 |
| HSL | 15.92º | 0.98% | 0.39% | - |
| HSV(B) | 15.92º | 0.99% | 0.78% | - |
| XYZ | 24.62 | 14.65 | 1.59 | - |
| YUV | 91.13 | 77.71 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 2 | 0 | 0.73 | 0.99 | 0.22 | 15.92 | 0.98 | 0.39 |
| Hex | C6 | 36 | 2 | 0 | 49 | 63 | 16 | 10 | 62 | 27 |
| Octal | 306 | 66 | 2 | 0 | 111 | 143 | 26 | 20 | 142 | 47 |
| Binary | 11000110 | 110110 | 10 | 0 | 1001001 | 1100011 | 10110 | 10000 | 1100010 | 100111 |
Color Harmonies of #C63602
Complementary color
Monochromatic Colors of #C63602
Black with #C63602
Text Example
Text Example
White with #C63602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63602; }
p { color: rgb(198,54,2); }
H1.HeaderClassName
{
color: #C63602;
}
.AnyTagClassName
{
color: #C63602;
}
</style>
background-color css
<style>
a { background-color: #C63602; }
a { background-color: rgb(198,54,2); }
div.DivClassName
{
background-color: #C63602;
}
.BgClassName
{
background-color: #C63602;
}
</style>
border-color css
<style>
span { border-color: #C63602; }
span { border-color: rgb(198,54,2); }
td.TdClassName
{
border-color: #C63602;
}
.TagClassName
{
border-color: #C63602;
}
</style>