#CE4C35

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

Shades of Trinidad #CE4C35

Tints of Trinidad #CE4C35

Color information

#CE4C35 (or 0xCE4C35) is unknown color: approx Trinidad. HEX triplet: CE, 4C and 35. RGB value is (206,76,53). Sum of RGB (Red+Green+Blue) = 206+76+53=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C35 is #31B3CA. Grayscale: #707070. Windows color (decimal): -3257291 or 3493070. OLE color: 3493070.

HSL color Cylindrical-coordinate representation of color #CE4C35: hue angle of 9.02º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE4C35 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB2067653-
CMYK00.630.740.19
HSL9.02º60.96%50.78%-
HSV(B)9.02º74.27%80.78%-
XYZ28.6818.555.44-
YUV112.2594.57194.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.49%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=61.49%
G=22.69%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206765300.630.740.199.0260.9650.78
HexCE4C3503F4A1393d33
Octal3161146507711223117563
Binary11001110100110011010101111111001010100111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4C35; }

 p { color: rgb(206,76,53); }

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

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

 a { background-color: rgb(206,76,53); }

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

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

 span { border-color: rgb(206,76,53); }

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