#CE4521

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

Shades of Trinidad #CE4521

Tints of Trinidad #CE4521

Color information

#CE4521 (or 0xCE4521) is unknown color: approx Trinidad. HEX triplet: CE, 45 and 21. RGB value is (206,69,33). Sum of RGB (Red+Green+Blue) = 206+69+33=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4521 is #31BADE. Grayscale: #6A6A6A. Windows color (decimal): -3259103 or 2180558. OLE color: 2180558.

HSL color Cylindrical-coordinate representation of color #CE4521: hue angle of 12.49º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE4521 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB2066933-
CMYK00.670.840.19
HSL12.49º72.38%46.86%-
HSV(B)12.49º83.98%80.78%-
XYZ27.8617.493.35-
YUV105.8686.89199.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.88%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=66.88%
G=22.40%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206693300.670.840.1912.4972.3846.86
HexCE45210435413c482f
Octal316105410103124231411057
Binary1100111010001011000010100001110101001001111001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4521; }

 p { color: rgb(206,69,33); }

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

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

 a { background-color: rgb(206,69,33); }

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

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

 span { border-color: rgb(206,69,33); }

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