Html Css Color HEX #CF370A Harley Davidson Orange
📋 copy color: '#CF370A'red 207 ◦ green 55 ◦ blue 10
Shades of Harley Davidson Orange #CF370A
Tints of Harley Davidson Orange #CF370A
RGB
CMYK
RGB Variations
Color information
#CF370A (or 0xCF370A) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 0A. RGB value is (207,55,10). Sum of RGB (Red+Green+Blue) = 207+55+10=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF370A is #30C8F5. Grayscale: #5F5F5F. Windows color (decimal): -3197174 or 669647. OLE color: 669647.
HSL color Cylindrical-coordinate representation of color #CF370A: hue angle of 13.71º degrees, saturation: 0.91, 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 #CF370A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.19 |
| HSL | 13.71º | 0.91% | 0.43% | - |
| HSV(B) | 13.71º | 0.95% | 0.81% | - |
| XYZ | 27.15 | 16.02 | 1.95 | - |
| YUV | 95.32 | 79.86 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 10 | 0 | 0.73 | 0.95 | 0.19 | 13.71 | 0.91 | 0.43 |
| Hex | CF | 37 | A | 0 | 49 | 5F | 13 | E | 5B | 2B |
| Octal | 317 | 67 | 12 | 0 | 111 | 137 | 23 | 16 | 133 | 53 |
| Binary | 11001111 | 110111 | 1010 | 0 | 1001001 | 1011111 | 10011 | 1110 | 1011011 | 101011 |
Color Harmonies of #CF370A
Complementary color
Monochromatic Colors of #CF370A
Black with #CF370A
Text Example
Text Example
White with #CF370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF370A; }
p { color: rgb(207,55,10); }
H1.HeaderClassName
{
color: #CF370A;
}
.AnyTagClassName
{
color: #CF370A;
}
</style>
background-color css
<style>
a { background-color: #CF370A; }
a { background-color: rgb(207,55,10); }
div.DivClassName
{
background-color: #CF370A;
}
.BgClassName
{
background-color: #CF370A;
}
</style>
border-color css
<style>
span { border-color: #CF370A; }
span { border-color: rgb(207,55,10); }
td.TdClassName
{
border-color: #CF370A;
}
.TagClassName
{
border-color: #CF370A;
}
</style>