Html Css Color HEX #C22F02 Harley Davidson Orange
📋 copy color: '#C22F02'red 194 ◦ green 47 ◦ blue 2
Shades of Harley Davidson Orange #C22F02
Tints of Harley Davidson Orange #C22F02
RGB
CMYK
RGB Variations
Color information
#C22F02 (or 0xC22F02) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 02. RGB value is (194,47,2). Sum of RGB (Red+Green+Blue) = 194+47+2=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F02 is #3DD0FD. Grayscale: #565656. Windows color (decimal): -4051198 or 143298. OLE color: 143298.
HSL color Cylindrical-coordinate representation of color #C22F02: hue angle of 14.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C22F02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.24 |
| HSL | 14.06º | 0.98% | 0.38% | - |
| HSV(B) | 14.06º | 0.99% | 0.76% | - |
| XYZ | 23.28 | 13.51 | 1.44 | - |
| YUV | 85.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 2 | 0 | 0.76 | 0.99 | 0.24 | 14.06 | 0.98 | 0.38 |
| Hex | C2 | 2F | 2 | 0 | 4C | 63 | 18 | E | 62 | 26 |
| Octal | 302 | 57 | 2 | 0 | 114 | 143 | 30 | 16 | 142 | 46 |
| Binary | 11000010 | 101111 | 10 | 0 | 1001100 | 1100011 | 11000 | 1110 | 1100010 | 100110 |
Color Harmonies of #C22F02
Complementary color
Monochromatic Colors of #C22F02
Black with #C22F02
Text Example
Text Example
White with #C22F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F02; }
p { color: rgb(194,47,2); }
H1.HeaderClassName
{
color: #C22F02;
}
.AnyTagClassName
{
color: #C22F02;
}
</style>
background-color css
<style>
a { background-color: #C22F02; }
a { background-color: rgb(194,47,2); }
div.DivClassName
{
background-color: #C22F02;
}
.BgClassName
{
background-color: #C22F02;
}
</style>
border-color css
<style>
span { border-color: #C22F02; }
span { border-color: rgb(194,47,2); }
td.TdClassName
{
border-color: #C22F02;
}
.TagClassName
{
border-color: #C22F02;
}
</style>