Html Css Color HEX #C3230D Harley Davidson Orange
📋 copy color: '#C3230D'red 195 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #C3230D
Tints of Harley Davidson Orange #C3230D
RGB
CMYK
RGB Variations
Color information
#C3230D (or 0xC3230D) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 0D. RGB value is (195,35,13). Sum of RGB (Red+Green+Blue) = 195+35+13=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3230D is #3CDCF2. Grayscale: #505050. Windows color (decimal): -3988723 or 861123. OLE color: 861123.
HSL color Cylindrical-coordinate representation of color #C3230D: hue angle of 7.25º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3230D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.24 |
| HSL | 7.25º | 0.88% | 0.41% | - |
| HSV(B) | 7.25º | 0.93% | 0.76% | - |
| XYZ | 23.18 | 12.83 | 1.64 | - |
| YUV | 80.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 13 | 0 | 0.82 | 0.93 | 0.24 | 7.25 | 0.88 | 0.41 |
| Hex | C3 | 23 | D | 0 | 52 | 5D | 18 | 7 | 58 | 29 |
| Octal | 303 | 43 | 15 | 0 | 122 | 135 | 30 | 7 | 130 | 51 |
| Binary | 11000011 | 100011 | 1101 | 0 | 1010010 | 1011101 | 11000 | 111 | 1011000 | 101001 |
Color Harmonies of #C3230D
Complementary color
Monochromatic Colors of #C3230D
Black with #C3230D
Text Example
Text Example
White with #C3230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3230D; }
p { color: rgb(195,35,13); }
H1.HeaderClassName
{
color: #C3230D;
}
.AnyTagClassName
{
color: #C3230D;
}
</style>
background-color css
<style>
a { background-color: #C3230D; }
a { background-color: rgb(195,35,13); }
div.DivClassName
{
background-color: #C3230D;
}
.BgClassName
{
background-color: #C3230D;
}
</style>
border-color css
<style>
span { border-color: #C3230D; }
span { border-color: rgb(195,35,13); }
td.TdClassName
{
border-color: #C3230D;
}
.TagClassName
{
border-color: #C3230D;
}
</style>