Html Css Color HEX #CF250B Harley Davidson Orange
📋 copy color: '#CF250B'red 207 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #CF250B
Tints of Harley Davidson Orange #CF250B
RGB
CMYK
RGB Variations
Color information
#CF250B (or 0xCF250B) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 0B. RGB value is (207,37,11). Sum of RGB (Red+Green+Blue) = 207+37+11=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF250B is #30DAF4. Grayscale: #555555. Windows color (decimal): -3201781 or 730575. OLE color: 730575.
HSL color Cylindrical-coordinate representation of color #CF250B: hue angle of 7.96º 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 #CF250B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.19 |
| HSL | 7.96º | 0.9% | 0.43% | - |
| HSV(B) | 7.96º | 0.95% | 0.81% | - |
| XYZ | 26.45 | 14.61 | 1.74 | - |
| YUV | 84.87 | 86.32 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 11 | 0 | 0.82 | 0.95 | 0.19 | 7.96 | 0.9 | 0.43 |
| Hex | CF | 25 | B | 0 | 52 | 5F | 13 | 8 | 5A | 2B |
| Octal | 317 | 45 | 13 | 0 | 122 | 137 | 23 | 10 | 132 | 53 |
| Binary | 11001111 | 100101 | 1011 | 0 | 1010010 | 1011111 | 10011 | 1000 | 1011010 | 101011 |
Color Harmonies of #CF250B
Complementary color
Monochromatic Colors of #CF250B
Black with #CF250B
Text Example
Text Example
White with #CF250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF250B; }
p { color: rgb(207,37,11); }
H1.HeaderClassName
{
color: #CF250B;
}
.AnyTagClassName
{
color: #CF250B;
}
</style>
background-color css
<style>
a { background-color: #CF250B; }
a { background-color: rgb(207,37,11); }
div.DivClassName
{
background-color: #CF250B;
}
.BgClassName
{
background-color: #CF250B;
}
</style>
border-color css
<style>
span { border-color: #CF250B; }
span { border-color: rgb(207,37,11); }
td.TdClassName
{
border-color: #CF250B;
}
.TagClassName
{
border-color: #CF250B;
}
</style>