Shades of Trinidad #C25323
Tints of Trinidad #C25323
RGB
CMYK
RGB Variations
Color information
#C25323 (or 0xC25323) is known color: Trinidad. HEX triplet: C2, 53 and 23. RGB value is (194,83,35). Sum of RGB (Red+Green+Blue) = 194+83+35=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C25323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25323 is #3DACDC. Grayscale: #6F6F6F. Windows color (decimal): -4041949 or 2315202. OLE color: 2315202.
HSL color Cylindrical-coordinate representation of color #C25323: hue angle of 18.11º degrees, saturation: 0.69, 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 #C25323 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 35 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.24 |
| HSL | 18.11º | 0.69% | 0.45% | - |
| HSV(B) | 18.11º | 0.82% | 0.76% | - |
| XYZ | 25.64 | 17.78 | 3.67 | - |
| YUV | 110.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 35 | 0 | 0.57 | 0.82 | 0.24 | 18.11 | 0.69 | 0.45 |
| Hex | C2 | 53 | 23 | 0 | 39 | 52 | 18 | 12 | 45 | 2D |
| Octal | 302 | 123 | 43 | 0 | 71 | 122 | 30 | 22 | 105 | 55 |
| Binary | 11000010 | 1010011 | 100011 | 0 | 111001 | 1010010 | 11000 | 10010 | 1000101 | 101101 |
Color Harmonies of #C25323
Complementary color
Monochromatic Colors of #C25323
Black with #C25323
Text Example
Text Example
White with #C25323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25323; }
p { color: rgb(194,83,35); }
H1.HeaderClassName
{
color: #C25323;
}
.AnyTagClassName
{
color: #C25323;
}
</style>
background-color css
<style>
a { background-color: #C25323; }
a { background-color: rgb(194,83,35); }
div.DivClassName
{
background-color: #C25323;
}
.BgClassName
{
background-color: #C25323;
}
</style>
border-color css
<style>
span { border-color: #C25323; }
span { border-color: rgb(194,83,35); }
td.TdClassName
{
border-color: #C25323;
}
.TagClassName
{
border-color: #C25323;
}
</style>