Html Css Color HEX #C33123 Harley Davidson Orange
📋 copy color: '#C33123'red 195 ◦ green 49 ◦ blue 35
Shades of Harley Davidson Orange #C33123
Tints of Harley Davidson Orange #C33123
RGB
CMYK
RGB Variations
Color information
#C33123 (or 0xC33123) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 23. RGB value is (195,49,35). Sum of RGB (Red+Green+Blue) = 195+49+35=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C33123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33123 is #3CCEDC. Grayscale: #5B5B5B. Windows color (decimal): -3985117 or 2306499. OLE color: 2306499.
HSL color Cylindrical-coordinate representation of color #C33123: hue angle of 5.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C33123 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 35 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.24 |
| HSL | 5.25º | 0.7% | 0.45% | - |
| HSV(B) | 5.25º | 0.82% | 0.76% | - |
| XYZ | 23.91 | 13.92 | 3.02 | - |
| YUV | 91.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 35 | 0 | 0.75 | 0.82 | 0.24 | 5.25 | 0.7 | 0.45 |
| Hex | C3 | 31 | 23 | 0 | 4B | 52 | 18 | 5 | 46 | 2D |
| Octal | 303 | 61 | 43 | 0 | 113 | 122 | 30 | 5 | 106 | 55 |
| Binary | 11000011 | 110001 | 100011 | 0 | 1001011 | 1010010 | 11000 | 101 | 1000110 | 101101 |
Color Harmonies of #C33123
Complementary color
Monochromatic Colors of #C33123
Black with #C33123
Text Example
Text Example
White with #C33123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33123; }
p { color: rgb(195,49,35); }
H1.HeaderClassName
{
color: #C33123;
}
.AnyTagClassName
{
color: #C33123;
}
</style>
background-color css
<style>
a { background-color: #C33123; }
a { background-color: rgb(195,49,35); }
div.DivClassName
{
background-color: #C33123;
}
.BgClassName
{
background-color: #C33123;
}
</style>
border-color css
<style>
span { border-color: #C33123; }
span { border-color: rgb(195,49,35); }
td.TdClassName
{
border-color: #C33123;
}
.TagClassName
{
border-color: #C33123;
}
</style>