Html Css Color HEX #CF431D Harley Davidson Orange
📋 copy color: '#CF431D'red 207 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #CF431D
Tints of Harley Davidson Orange #CF431D
RGB
CMYK
RGB Variations
Color information
#CF431D (or 0xCF431D) is known color: Harley Davidson Orange. HEX triplet: CF, 43 and 1D. RGB value is (207,67,29). Sum of RGB (Red+Green+Blue) = 207+67+29=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF431D is #30BCE2. Grayscale: #686868. Windows color (decimal): -3194083 or 1917903. OLE color: 1917903.
HSL color Cylindrical-coordinate representation of color #CF431D: hue angle of 12.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF431D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.19 |
| HSL | 12.81º | 0.75% | 0.46% | - |
| HSV(B) | 12.81º | 0.86% | 0.81% | - |
| XYZ | 27.96 | 17.37 | 3.04 | - |
| YUV | 104.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 29 | 0 | 0.68 | 0.86 | 0.19 | 12.81 | 0.75 | 0.46 |
| Hex | CF | 43 | 1D | 0 | 44 | 56 | 13 | D | 4B | 2E |
| Octal | 317 | 103 | 35 | 0 | 104 | 126 | 23 | 15 | 113 | 56 |
| Binary | 11001111 | 1000011 | 11101 | 0 | 1000100 | 1010110 | 10011 | 1101 | 1001011 | 101110 |
Color Harmonies of #CF431D
Complementary color
Monochromatic Colors of #CF431D
Black with #CF431D
Text Example
Text Example
White with #CF431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF431D; }
p { color: rgb(207,67,29); }
H1.HeaderClassName
{
color: #CF431D;
}
.AnyTagClassName
{
color: #CF431D;
}
</style>
background-color css
<style>
a { background-color: #CF431D; }
a { background-color: rgb(207,67,29); }
div.DivClassName
{
background-color: #CF431D;
}
.BgClassName
{
background-color: #CF431D;
}
</style>
border-color css
<style>
span { border-color: #CF431D; }
span { border-color: rgb(207,67,29); }
td.TdClassName
{
border-color: #CF431D;
}
.TagClassName
{
border-color: #CF431D;
}
</style>