Html Css Color HEX #CF300B Harley Davidson Orange
📋 copy color: '#CF300B'red 207 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #CF300B
Tints of Harley Davidson Orange #CF300B
RGB
CMYK
RGB Variations
Color information
#CF300B (or 0xCF300B) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 0B. RGB value is (207,48,11). Sum of RGB (Red+Green+Blue) = 207+48+11=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF300B is #30CFF4. Grayscale: #5B5B5B. Windows color (decimal): -3198965 or 733391. OLE color: 733391.
HSL color Cylindrical-coordinate representation of color #CF300B: hue angle of 11.33º 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 #CF300B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.19 |
| HSL | 11.33º | 0.9% | 0.43% | - |
| HSV(B) | 11.33º | 0.95% | 0.81% | - |
| XYZ | 26.85 | 15.4 | 1.87 | - |
| YUV | 91.32 | 82.68 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 11 | 0 | 0.77 | 0.95 | 0.19 | 11.33 | 0.9 | 0.43 |
| Hex | CF | 30 | B | 0 | 4D | 5F | 13 | B | 5A | 2B |
| Octal | 317 | 60 | 13 | 0 | 115 | 137 | 23 | 13 | 132 | 53 |
| Binary | 11001111 | 110000 | 1011 | 0 | 1001101 | 1011111 | 10011 | 1011 | 1011010 | 101011 |
Color Harmonies of #CF300B
Complementary color
Monochromatic Colors of #CF300B
Black with #CF300B
Text Example
Text Example
White with #CF300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF300B; }
p { color: rgb(207,48,11); }
H1.HeaderClassName
{
color: #CF300B;
}
.AnyTagClassName
{
color: #CF300B;
}
</style>
background-color css
<style>
a { background-color: #CF300B; }
a { background-color: rgb(207,48,11); }
div.DivClassName
{
background-color: #CF300B;
}
.BgClassName
{
background-color: #CF300B;
}
</style>
border-color css
<style>
span { border-color: #CF300B; }
span { border-color: rgb(207,48,11); }
td.TdClassName
{
border-color: #CF300B;
}
.TagClassName
{
border-color: #CF300B;
}
</style>