Html Css Color HEX #C33D21 Harley Davidson Orange
📋 copy color: '#C33D21'red 195 ◦ green 61 ◦ blue 33
Shades of Harley Davidson Orange #C33D21
Tints of Harley Davidson Orange #C33D21
RGB
CMYK
RGB Variations
Color information
#C33D21 (or 0xC33D21) is known color: Harley Davidson Orange. HEX triplet: C3, 3D and 21. RGB value is (195,61,33). Sum of RGB (Red+Green+Blue) = 195+61+33=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D21 is #3CC2DE. Grayscale: #626262. Windows color (decimal): -3982047 or 2178499. OLE color: 2178499.
HSL color Cylindrical-coordinate representation of color #C33D21: hue angle of 10.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C33D21 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 33 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.24 |
| HSL | 10.37º | 0.71% | 0.45% | - |
| HSV(B) | 10.37º | 0.83% | 0.76% | - |
| XYZ | 24.45 | 15.05 | 3.06 | - |
| YUV | 97.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 33 | 0 | 0.69 | 0.83 | 0.24 | 10.37 | 0.71 | 0.45 |
| Hex | C3 | 3D | 21 | 0 | 45 | 53 | 18 | A | 47 | 2D |
| Octal | 303 | 75 | 41 | 0 | 105 | 123 | 30 | 12 | 107 | 55 |
| Binary | 11000011 | 111101 | 100001 | 0 | 1000101 | 1010011 | 11000 | 1010 | 1000111 | 101101 |
Color Harmonies of #C33D21
Complementary color
Monochromatic Colors of #C33D21
Black with #C33D21
Text Example
Text Example
White with #C33D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D21; }
p { color: rgb(195,61,33); }
H1.HeaderClassName
{
color: #C33D21;
}
.AnyTagClassName
{
color: #C33D21;
}
</style>
background-color css
<style>
a { background-color: #C33D21; }
a { background-color: rgb(195,61,33); }
div.DivClassName
{
background-color: #C33D21;
}
.BgClassName
{
background-color: #C33D21;
}
</style>
border-color css
<style>
span { border-color: #C33D21; }
span { border-color: rgb(195,61,33); }
td.TdClassName
{
border-color: #C33D21;
}
.TagClassName
{
border-color: #C33D21;
}
</style>