Shades of Trinidad #CA422F
Tints of Trinidad #CA422F
RGB
CMYK
RGB Variations
Color information
#CA422F (or 0xCA422F) is known color: Trinidad. HEX triplet: CA, 42 and 2F. RGB value is (202,66,47). Sum of RGB (Red+Green+Blue) = 202+66+47=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA422F is #35BDD0. Grayscale: #686868. Windows color (decimal): -3522001 or 3097290. OLE color: 3097290.
HSL color Cylindrical-coordinate representation of color #CA422F: hue angle of 7.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA422F is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 47 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.21 |
| HSL | 7.35º | 0.62% | 0.49% | - |
| HSV(B) | 7.35º | 0.77% | 0.79% | - |
| XYZ | 26.82 | 16.66 | 4.49 | - |
| YUV | 104.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 47 | 0 | 0.67 | 0.77 | 0.21 | 7.35 | 0.62 | 0.49 |
| Hex | CA | 42 | 2F | 0 | 43 | 4D | 15 | 7 | 3E | 31 |
| Octal | 312 | 102 | 57 | 0 | 103 | 115 | 25 | 7 | 76 | 61 |
| Binary | 11001010 | 1000010 | 101111 | 0 | 1000011 | 1001101 | 10101 | 111 | 111110 | 110001 |
Color Harmonies of #CA422F
Complementary color
Monochromatic Colors of #CA422F
Black with #CA422F
Text Example
Text Example
White with #CA422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA422F; }
p { color: rgb(202,66,47); }
H1.HeaderClassName
{
color: #CA422F;
}
.AnyTagClassName
{
color: #CA422F;
}
</style>
background-color css
<style>
a { background-color: #CA422F; }
a { background-color: rgb(202,66,47); }
div.DivClassName
{
background-color: #CA422F;
}
.BgClassName
{
background-color: #CA422F;
}
</style>
border-color css
<style>
span { border-color: #CA422F; }
span { border-color: rgb(202,66,47); }
td.TdClassName
{
border-color: #CA422F;
}
.TagClassName
{
border-color: #CA422F;
}
</style>