Html Css Color HEX #CF381F Harley Davidson Orange
📋 copy color: '#CF381F'red 207 ◦ green 56 ◦ blue 31
Shades of Harley Davidson Orange #CF381F
Tints of Harley Davidson Orange #CF381F
RGB
CMYK
RGB Variations
Color information
#CF381F (or 0xCF381F) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 1F. RGB value is (207,56,31). Sum of RGB (Red+Green+Blue) = 207+56+31=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF381F is #30C7E0. Grayscale: #626262. Windows color (decimal): -3196897 or 2046159. OLE color: 2046159.
HSL color Cylindrical-coordinate representation of color #CF381F: hue angle of 8.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF381F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 31 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.19 |
| HSL | 8.52º | 0.74% | 0.47% | - |
| HSV(B) | 8.52º | 0.85% | 0.81% | - |
| XYZ | 27.39 | 16.19 | 2.98 | - |
| YUV | 98.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 31 | 0 | 0.73 | 0.85 | 0.19 | 8.52 | 0.74 | 0.47 |
| Hex | CF | 38 | 1F | 0 | 49 | 55 | 13 | 9 | 4A | 2F |
| Octal | 317 | 70 | 37 | 0 | 111 | 125 | 23 | 11 | 112 | 57 |
| Binary | 11001111 | 111000 | 11111 | 0 | 1001001 | 1010101 | 10011 | 1001 | 1001010 | 101111 |
Color Harmonies of #CF381F
Complementary color
Monochromatic Colors of #CF381F
Black with #CF381F
Text Example
Text Example
White with #CF381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF381F; }
p { color: rgb(207,56,31); }
H1.HeaderClassName
{
color: #CF381F;
}
.AnyTagClassName
{
color: #CF381F;
}
</style>
background-color css
<style>
a { background-color: #CF381F; }
a { background-color: rgb(207,56,31); }
div.DivClassName
{
background-color: #CF381F;
}
.BgClassName
{
background-color: #CF381F;
}
</style>
border-color css
<style>
span { border-color: #CF381F; }
span { border-color: rgb(207,56,31); }
td.TdClassName
{
border-color: #CF381F;
}
.TagClassName
{
border-color: #CF381F;
}
</style>