Html Css Color HEX #C23D26 Harley Davidson Orange
📋 copy color: '#C23D26'red 194 ◦ green 61 ◦ blue 38
Shades of Harley Davidson Orange #C23D26
Tints of Harley Davidson Orange #C23D26
RGB
CMYK
RGB Variations
Color information
#C23D26 (or 0xC23D26) is known color: Harley Davidson Orange. HEX triplet: C2, 3D and 26. RGB value is (194,61,38). Sum of RGB (Red+Green+Blue) = 194+61+38=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D26 is #3DC2D9. Grayscale: #626262. Windows color (decimal): -4047578 or 2506178. OLE color: 2506178.
HSL color Cylindrical-coordinate representation of color #C23D26: hue angle of 8.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23D26 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 38 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.24 |
| HSL | 8.85º | 0.67% | 0.45% | - |
| HSV(B) | 8.85º | 0.8% | 0.76% | - |
| XYZ | 24.27 | 14.95 | 3.44 | - |
| YUV | 98.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 38 | 0 | 0.69 | 0.80 | 0.24 | 8.85 | 0.67 | 0.45 |
| Hex | C2 | 3D | 26 | 0 | 45 | 50 | 18 | 9 | 43 | 2D |
| Octal | 302 | 75 | 46 | 0 | 105 | 120 | 30 | 11 | 103 | 55 |
| Binary | 11000010 | 111101 | 100110 | 0 | 1000101 | 1010000 | 11000 | 1001 | 1000011 | 101101 |
Color Harmonies of #C23D26
Complementary color
Monochromatic Colors of #C23D26
Black with #C23D26
Text Example
Text Example
White with #C23D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D26; }
p { color: rgb(194,61,38); }
H1.HeaderClassName
{
color: #C23D26;
}
.AnyTagClassName
{
color: #C23D26;
}
</style>
background-color css
<style>
a { background-color: #C23D26; }
a { background-color: rgb(194,61,38); }
div.DivClassName
{
background-color: #C23D26;
}
.BgClassName
{
background-color: #C23D26;
}
</style>
border-color css
<style>
span { border-color: #C23D26; }
span { border-color: rgb(194,61,38); }
td.TdClassName
{
border-color: #C23D26;
}
.TagClassName
{
border-color: #C23D26;
}
</style>