Html Css Color HEX #C63502 Harley Davidson Orange
📋 copy color: '#C63502'red 198 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #C63502
Tints of Harley Davidson Orange #C63502
RGB
CMYK
RGB Variations
Color information
#C63502 (or 0xC63502) is known color: Harley Davidson Orange. HEX triplet: C6, 35 and 02. RGB value is (198,53,2). Sum of RGB (Red+Green+Blue) = 198+53+2=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C63502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63502 is #39CAFD. Grayscale: #5A5A5A. Windows color (decimal): -3787518 or 144838. OLE color: 144838.
HSL color Cylindrical-coordinate representation of color #C63502: hue angle of 15.61º 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 #C63502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.22 |
| HSL | 15.61º | 0.98% | 0.39% | - |
| HSV(B) | 15.61º | 0.99% | 0.78% | - |
| XYZ | 24.57 | 14.56 | 1.57 | - |
| YUV | 90.54 | 78.04 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 2 | 0 | 0.73 | 0.99 | 0.22 | 15.61 | 0.98 | 0.39 |
| Hex | C6 | 35 | 2 | 0 | 49 | 63 | 16 | 10 | 62 | 27 |
| Octal | 306 | 65 | 2 | 0 | 111 | 143 | 26 | 20 | 142 | 47 |
| Binary | 11000110 | 110101 | 10 | 0 | 1001001 | 1100011 | 10110 | 10000 | 1100010 | 100111 |
Color Harmonies of #C63502
Complementary color
Monochromatic Colors of #C63502
Black with #C63502
Text Example
Text Example
White with #C63502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63502; }
p { color: rgb(198,53,2); }
H1.HeaderClassName
{
color: #C63502;
}
.AnyTagClassName
{
color: #C63502;
}
</style>
background-color css
<style>
a { background-color: #C63502; }
a { background-color: rgb(198,53,2); }
div.DivClassName
{
background-color: #C63502;
}
.BgClassName
{
background-color: #C63502;
}
</style>
border-color css
<style>
span { border-color: #C63502; }
span { border-color: rgb(198,53,2); }
td.TdClassName
{
border-color: #C63502;
}
.TagClassName
{
border-color: #C63502;
}
</style>