#CE4B35

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

Shades of Trinidad #CE4B35

Tints of Trinidad #CE4B35

Color information

#CE4B35 (or 0xCE4B35) is unknown color: approx Trinidad. HEX triplet: CE, 4B and 35. RGB value is (206,75,53). Sum of RGB (Red+Green+Blue) = 206+75+53=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4B35 is #31B4CA. Grayscale: #6F6F6F. Windows color (decimal): -3257547 or 3492814. OLE color: 3492814.

HSL color Cylindrical-coordinate representation of color #CE4B35: hue angle of 8.63º 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 #CE4B35 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB2067553-
CMYK00.640.740.19
HSL8.63º60.96%50.78%-
HSV(B)8.63º74.27%80.78%-
XYZ28.6118.415.41-
YUV111.6694.9195.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.68%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=61.68%
G=22.46%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206755300.640.740.198.6360.9650.78
HexCE4B350404A1393d33
Octal31611365010011223117563
Binary110011101001011110101010000001001010100111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4B35; }

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

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

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

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

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

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

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

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