#CA4431

Color #CA4431 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #CA4431

Tints of Trinidad #CA4431

Color information

#CA4431 (or 0xCA4431) is unknown color: approx Trinidad. HEX triplet: CA, 44 and 31. RGB value is (202,68,49). Sum of RGB (Red+Green+Blue) = 202+68+49=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4431 is #35BBCE. Grayscale: #6A6A6A. Windows color (decimal): -3521487 or 3228874. OLE color: 3228874.

HSL color Cylindrical-coordinate representation of color #CA4431: hue angle of 7.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA4431 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB2026849-
CMYK00.660.760.21
HSL7.45º60.96%49.22%-
HSV(B)7.45º75.74%79.22%-
XYZ26.9816.914.75-
YUV105.995.89196.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=63.32%
G=21.32%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202684900.660.760.217.4560.9649.22
HexCA44310424C1573d31
Octal3121046101021142577561
Binary11001010100010011000101000010100110010101111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4431; }

 p { color: rgb(202,68,49); }

 H1.HeaderClassName
 {
   color: #CA4431;
 }
 .AnyTagClassName
 {
   color: #CA4431;
 }
</style>
background-color css

<style>
 a { background-color: #CA4431; }

 a { background-color: rgb(202,68,49); }

 div.DivClassName
 {
   background-color: #CA4431;
 }
 .BgClassName
 {
   background-color: #CA4431;
 }
</style>
border-color css

<style>
 span { border-color: #CA4431; }

 span { border-color: rgb(202,68,49); }

 td.TdClassName
 {
   border-color: #CA4431;
 }
 .TagClassName
 {
   border-color: #CA4431;
 }
</style>