Html Css Color HEX #CF380C Harley Davidson Orange
📋 copy color: '#CF380C'red 207 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #CF380C
Tints of Harley Davidson Orange #CF380C
RGB
CMYK
RGB Variations
Color information
#CF380C (or 0xCF380C) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 0C. RGB value is (207,56,12). Sum of RGB (Red+Green+Blue) = 207+56+12=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF380C is #30C7F3. Grayscale: #606060. Windows color (decimal): -3196916 or 800975. OLE color: 800975.
HSL color Cylindrical-coordinate representation of color #CF380C: hue angle of 13.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF380C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.19 |
| HSL | 13.54º | 0.89% | 0.43% | - |
| HSV(B) | 13.54º | 0.94% | 0.81% | - |
| XYZ | 27.21 | 16.12 | 2.03 | - |
| YUV | 96.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 12 | 0 | 0.73 | 0.94 | 0.19 | 13.54 | 0.89 | 0.43 |
| Hex | CF | 38 | C | 0 | 49 | 5E | 13 | E | 59 | 2B |
| Octal | 317 | 70 | 14 | 0 | 111 | 136 | 23 | 16 | 131 | 53 |
| Binary | 11001111 | 111000 | 1100 | 0 | 1001001 | 1011110 | 10011 | 1110 | 1011001 | 101011 |
Color Harmonies of #CF380C
Complementary color
Monochromatic Colors of #CF380C
Black with #CF380C
Text Example
Text Example
White with #CF380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF380C; }
p { color: rgb(207,56,12); }
H1.HeaderClassName
{
color: #CF380C;
}
.AnyTagClassName
{
color: #CF380C;
}
</style>
background-color css
<style>
a { background-color: #CF380C; }
a { background-color: rgb(207,56,12); }
div.DivClassName
{
background-color: #CF380C;
}
.BgClassName
{
background-color: #CF380C;
}
</style>
border-color css
<style>
span { border-color: #CF380C; }
span { border-color: rgb(207,56,12); }
td.TdClassName
{
border-color: #CF380C;
}
.TagClassName
{
border-color: #CF380C;
}
</style>