Html Css Color HEX #CF350B Harley Davidson Orange
📋 copy color: '#CF350B'red 207 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #CF350B
Tints of Harley Davidson Orange #CF350B
RGB
CMYK
RGB Variations
Color information
#CF350B (or 0xCF350B) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 0B. RGB value is (207,53,11). Sum of RGB (Red+Green+Blue) = 207+53+11=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF350B is #30CAF4. Grayscale: #5E5E5E. Windows color (decimal): -3197685 or 734671. OLE color: 734671.
HSL color Cylindrical-coordinate representation of color #CF350B: hue angle of 12.86º 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 #CF350B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.19 |
| HSL | 12.86º | 0.9% | 0.43% | - |
| HSV(B) | 12.86º | 0.95% | 0.81% | - |
| XYZ | 27.07 | 15.84 | 1.95 | - |
| YUV | 94.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 11 | 0 | 0.74 | 0.95 | 0.19 | 12.86 | 0.9 | 0.43 |
| Hex | CF | 35 | B | 0 | 4A | 5F | 13 | D | 5A | 2B |
| Octal | 317 | 65 | 13 | 0 | 112 | 137 | 23 | 15 | 132 | 53 |
| Binary | 11001111 | 110101 | 1011 | 0 | 1001010 | 1011111 | 10011 | 1101 | 1011010 | 101011 |
Color Harmonies of #CF350B
Complementary color
Monochromatic Colors of #CF350B
Black with #CF350B
Text Example
Text Example
White with #CF350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF350B; }
p { color: rgb(207,53,11); }
H1.HeaderClassName
{
color: #CF350B;
}
.AnyTagClassName
{
color: #CF350B;
}
</style>
background-color css
<style>
a { background-color: #CF350B; }
a { background-color: rgb(207,53,11); }
div.DivClassName
{
background-color: #CF350B;
}
.BgClassName
{
background-color: #CF350B;
}
</style>
border-color css
<style>
span { border-color: #CF350B; }
span { border-color: rgb(207,53,11); }
td.TdClassName
{
border-color: #CF350B;
}
.TagClassName
{
border-color: #CF350B;
}
</style>