Html Css Color HEX #CF2402 Harley Davidson Orange
📋 copy color: '#CF2402'red 207 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #CF2402
Tints of Harley Davidson Orange #CF2402
RGB
CMYK
RGB Variations
Color information
#CF2402 (or 0xCF2402) is known color: Harley Davidson Orange. HEX triplet: CF, 24 and 02. RGB value is (207,36,2). Sum of RGB (Red+Green+Blue) = 207+36+2=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2402 is #30DBFD. Grayscale: #535353. Windows color (decimal): -3202046 or 140495. OLE color: 140495.
HSL color Cylindrical-coordinate representation of color #CF2402: hue angle of 9.95º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF2402 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.19 |
| HSL | 9.95º | 0.98% | 0.41% | - |
| HSV(B) | 9.95º | 0.99% | 0.81% | - |
| XYZ | 26.37 | 14.53 | 1.47 | - |
| YUV | 83.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 2 | 0 | 0.83 | 0.99 | 0.19 | 9.95 | 0.98 | 0.41 |
| Hex | CF | 24 | 2 | 0 | 53 | 63 | 13 | A | 62 | 29 |
| Octal | 317 | 44 | 2 | 0 | 123 | 143 | 23 | 12 | 142 | 51 |
| Binary | 11001111 | 100100 | 10 | 0 | 1010011 | 1100011 | 10011 | 1010 | 1100010 | 101001 |
Color Harmonies of #CF2402
Complementary color
Monochromatic Colors of #CF2402
Black with #CF2402
Text Example
Text Example
White with #CF2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2402; }
p { color: rgb(207,36,2); }
H1.HeaderClassName
{
color: #CF2402;
}
.AnyTagClassName
{
color: #CF2402;
}
</style>
background-color css
<style>
a { background-color: #CF2402; }
a { background-color: rgb(207,36,2); }
div.DivClassName
{
background-color: #CF2402;
}
.BgClassName
{
background-color: #CF2402;
}
</style>
border-color css
<style>
span { border-color: #CF2402; }
span { border-color: rgb(207,36,2); }
td.TdClassName
{
border-color: #CF2402;
}
.TagClassName
{
border-color: #CF2402;
}
</style>