Html Css Color HEX #CC251A Harley Davidson Orange
📋 copy color: '#CC251A'red 204 ◦ green 37 ◦ blue 26
Shades of Harley Davidson Orange #CC251A
Tints of Harley Davidson Orange #CC251A
RGB
CMYK
RGB Variations
Color information
#CC251A (or 0xCC251A) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 1A. RGB value is (204,37,26). Sum of RGB (Red+Green+Blue) = 204+37+26=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC251A is #33DAE5. Grayscale: #555555. Windows color (decimal): -3398374 or 1713612. OLE color: 1713612.
HSL color Cylindrical-coordinate representation of color #CC251A: hue angle of 3.71º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC251A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.2 |
| HSL | 3.71º | 0.77% | 0.45% | - |
| HSV(B) | 3.71º | 0.87% | 0.8% | - |
| XYZ | 25.75 | 14.24 | 2.37 | - |
| YUV | 85.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 26 | 0 | 0.82 | 0.87 | 0.2 | 3.71 | 0.77 | 0.45 |
| Hex | CC | 25 | 1A | 0 | 52 | 57 | 14 | 4 | 4D | 2D |
| Octal | 314 | 45 | 32 | 0 | 122 | 127 | 24 | 4 | 115 | 55 |
| Binary | 11001100 | 100101 | 11010 | 0 | 1010010 | 1010111 | 10100 | 100 | 1001101 | 101101 |
Color Harmonies of #CC251A
Complementary color
Monochromatic Colors of #CC251A
Black with #CC251A
Text Example
Text Example
White with #CC251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC251A; }
p { color: rgb(204,37,26); }
H1.HeaderClassName
{
color: #CC251A;
}
.AnyTagClassName
{
color: #CC251A;
}
</style>
background-color css
<style>
a { background-color: #CC251A; }
a { background-color: rgb(204,37,26); }
div.DivClassName
{
background-color: #CC251A;
}
.BgClassName
{
background-color: #CC251A;
}
</style>
border-color css
<style>
span { border-color: #CC251A; }
span { border-color: rgb(204,37,26); }
td.TdClassName
{
border-color: #CC251A;
}
.TagClassName
{
border-color: #CC251A;
}
</style>