Html Css Color HEX #CE2505 Harley Davidson Orange
📋 copy color: '#CE2505'red 206 ◦ green 37 ◦ blue 5
Shades of Harley Davidson Orange #CE2505
Tints of Harley Davidson Orange #CE2505
RGB
CMYK
RGB Variations
Color information
#CE2505 (or 0xCE2505) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 05. RGB value is (206,37,5). Sum of RGB (Red+Green+Blue) = 206+37+5=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2505 is #31DAFA. Grayscale: #545454. Windows color (decimal): -3267323 or 337358. OLE color: 337358.
HSL color Cylindrical-coordinate representation of color #CE2505: hue angle of 9.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE2505 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.19 |
| HSL | 9.55º | 0.95% | 0.41% | - |
| HSV(B) | 9.55º | 0.98% | 0.81% | - |
| XYZ | 26.14 | 14.46 | 1.56 | - |
| YUV | 83.88 | 83.49 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 5 | 0 | 0.82 | 0.98 | 0.19 | 9.55 | 0.95 | 0.41 |
| Hex | CE | 25 | 5 | 0 | 52 | 62 | 13 | A | 5F | 29 |
| Octal | 316 | 45 | 5 | 0 | 122 | 142 | 23 | 12 | 137 | 51 |
| Binary | 11001110 | 100101 | 101 | 0 | 1010010 | 1100010 | 10011 | 1010 | 1011111 | 101001 |
Color Harmonies of #CE2505
Complementary color
Monochromatic Colors of #CE2505
Black with #CE2505
Text Example
Text Example
White with #CE2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2505; }
p { color: rgb(206,37,5); }
H1.HeaderClassName
{
color: #CE2505;
}
.AnyTagClassName
{
color: #CE2505;
}
</style>
background-color css
<style>
a { background-color: #CE2505; }
a { background-color: rgb(206,37,5); }
div.DivClassName
{
background-color: #CE2505;
}
.BgClassName
{
background-color: #CE2505;
}
</style>
border-color css
<style>
span { border-color: #CE2505; }
span { border-color: rgb(206,37,5); }
td.TdClassName
{
border-color: #CE2505;
}
.TagClassName
{
border-color: #CE2505;
}
</style>