Html Css Color HEX #CF450B Harley Davidson Orange
📋 copy color: '#CF450B'red 207 ◦ green 69 ◦ blue 11
Shades of Harley Davidson Orange #CF450B
Tints of Harley Davidson Orange #CF450B
RGB
CMYK
RGB Variations
Color information
#CF450B (or 0xCF450B) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 0B. RGB value is (207,69,11). Sum of RGB (Red+Green+Blue) = 207+69+11=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF450B is #30BAF4. Grayscale: #686868. Windows color (decimal): -3193589 or 738767. OLE color: 738767.
HSL color Cylindrical-coordinate representation of color #CF450B: hue angle of 17.76º 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 #CF450B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.19 |
| HSL | 17.76º | 0.9% | 0.43% | - |
| HSV(B) | 17.76º | 0.95% | 0.81% | - |
| XYZ | 27.92 | 17.55 | 2.23 | - |
| YUV | 103.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 11 | 0 | 0.67 | 0.95 | 0.19 | 17.76 | 0.9 | 0.43 |
| Hex | CF | 45 | B | 0 | 43 | 5F | 13 | 12 | 5A | 2B |
| Octal | 317 | 105 | 13 | 0 | 103 | 137 | 23 | 22 | 132 | 53 |
| Binary | 11001111 | 1000101 | 1011 | 0 | 1000011 | 1011111 | 10011 | 10010 | 1011010 | 101011 |
Color Harmonies of #CF450B
Complementary color
Monochromatic Colors of #CF450B
Black with #CF450B
Text Example
Text Example
White with #CF450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF450B; }
p { color: rgb(207,69,11); }
H1.HeaderClassName
{
color: #CF450B;
}
.AnyTagClassName
{
color: #CF450B;
}
</style>
background-color css
<style>
a { background-color: #CF450B; }
a { background-color: rgb(207,69,11); }
div.DivClassName
{
background-color: #CF450B;
}
.BgClassName
{
background-color: #CF450B;
}
</style>
border-color css
<style>
span { border-color: #CF450B; }
span { border-color: rgb(207,69,11); }
td.TdClassName
{
border-color: #CF450B;
}
.TagClassName
{
border-color: #CF450B;
}
</style>