#CE4B3F

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

Shades of Grenadier #CE4B3F

Tints of Grenadier #CE4B3F

Color information

#CE4B3F (or 0xCE4B3F) is unknown color: approx Grenadier. HEX triplet: CE, 4B and 3F. RGB value is (206,75,63). Sum of RGB (Red+Green+Blue) = 206+75+63=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4B3F is #31B4C0. Grayscale: #707070. Windows color (decimal): -3257537 or 4148174. OLE color: 4148174.

HSL color Cylindrical-coordinate representation of color #CE4B3F: hue angle of 5.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4B3F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB2067563-
CMYK00.640.690.19
HSL5.03º59.34%52.75%-
HSV(B)5.03º69.42%80.78%-
XYZ28.8718.516.75-
YUV112.899.9194.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.88%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 63 (25% from 255) = 18.31%
R=59.88%
G=21.80%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206756300.640.690.195.0359.3452.75
HexCE4B3F040451353b35
Octal3161137701001052357365
Binary11001110100101111111101000000100010110011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4B3F; }

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

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

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

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

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

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

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

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