Html Css Color HEX #CF4321 Harley Davidson Orange
📋 copy color: '#CF4321'red 207 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #CF4321
Tints of Harley Davidson Orange #CF4321
RGB
CMYK
RGB Variations
Color information
#CF4321 (or 0xCF4321) is known color: Harley Davidson Orange. HEX triplet: CF, 43 and 21. RGB value is (207,67,33). Sum of RGB (Red+Green+Blue) = 207+67+33=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4321 is #30BCDE. Grayscale: #696969. Windows color (decimal): -3194079 or 2180047. OLE color: 2180047.
HSL color Cylindrical-coordinate representation of color #CF4321: hue angle of 11.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF4321 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 33 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.19 |
| HSL | 11.72º | 0.73% | 0.47% | - |
| HSV(B) | 11.72º | 0.84% | 0.81% | - |
| XYZ | 28.01 | 17.39 | 3.32 | - |
| YUV | 104.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 33 | 0 | 0.68 | 0.84 | 0.19 | 11.72 | 0.73 | 0.47 |
| Hex | CF | 43 | 21 | 0 | 44 | 54 | 13 | C | 48 | 2F |
| Octal | 317 | 103 | 41 | 0 | 104 | 124 | 23 | 14 | 110 | 57 |
| Binary | 11001111 | 1000011 | 100001 | 0 | 1000100 | 1010100 | 10011 | 1100 | 1001000 | 101111 |
Color Harmonies of #CF4321
Complementary color
Monochromatic Colors of #CF4321
Black with #CF4321
Text Example
Text Example
White with #CF4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4321; }
p { color: rgb(207,67,33); }
H1.HeaderClassName
{
color: #CF4321;
}
.AnyTagClassName
{
color: #CF4321;
}
</style>
background-color css
<style>
a { background-color: #CF4321; }
a { background-color: rgb(207,67,33); }
div.DivClassName
{
background-color: #CF4321;
}
.BgClassName
{
background-color: #CF4321;
}
</style>
border-color css
<style>
span { border-color: #CF4321; }
span { border-color: rgb(207,67,33); }
td.TdClassName
{
border-color: #CF4321;
}
.TagClassName
{
border-color: #CF4321;
}
</style>