Html Css Color HEX #CF240B Harley Davidson Orange
📋 copy color: '#CF240B'red 207 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #CF240B
Tints of Harley Davidson Orange #CF240B
RGB
CMYK
RGB Variations
Color information
#CF240B (or 0xCF240B) is known color: Harley Davidson Orange. HEX triplet: CF, 24 and 0B. RGB value is (207,36,11). Sum of RGB (Red+Green+Blue) = 207+36+11=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF240B is #30DBF4. Grayscale: #545454. Windows color (decimal): -3202037 or 730319. OLE color: 730319.
HSL color Cylindrical-coordinate representation of color #CF240B: hue angle of 7.65º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF240B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.19 |
| HSL | 7.65º | 0.9% | 0.43% | - |
| HSV(B) | 7.65º | 0.95% | 0.81% | - |
| XYZ | 26.42 | 14.55 | 1.73 | - |
| YUV | 84.28 | 86.65 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 11 | 0 | 0.83 | 0.95 | 0.19 | 7.65 | 0.9 | 0.43 |
| Hex | CF | 24 | B | 0 | 53 | 5F | 13 | 8 | 5A | 2B |
| Octal | 317 | 44 | 13 | 0 | 123 | 137 | 23 | 10 | 132 | 53 |
| Binary | 11001111 | 100100 | 1011 | 0 | 1010011 | 1011111 | 10011 | 1000 | 1011010 | 101011 |
Color Harmonies of #CF240B
Complementary color
Monochromatic Colors of #CF240B
Black with #CF240B
Text Example
Text Example
White with #CF240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF240B; }
p { color: rgb(207,36,11); }
H1.HeaderClassName
{
color: #CF240B;
}
.AnyTagClassName
{
color: #CF240B;
}
</style>
background-color css
<style>
a { background-color: #CF240B; }
a { background-color: rgb(207,36,11); }
div.DivClassName
{
background-color: #CF240B;
}
.BgClassName
{
background-color: #CF240B;
}
</style>
border-color css
<style>
span { border-color: #CF240B; }
span { border-color: rgb(207,36,11); }
td.TdClassName
{
border-color: #CF240B;
}
.TagClassName
{
border-color: #CF240B;
}
</style>