#CE4A3F

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

Shades of Grenadier #CE4A3F

Tints of Grenadier #CE4A3F

Color information

#CE4A3F (or 0xCE4A3F) is unknown color: approx Grenadier. HEX triplet: CE, 4A and 3F. RGB value is (206,74,63). Sum of RGB (Red+Green+Blue) = 206+74+63=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A3F is #31B5C0. Grayscale: #707070. Windows color (decimal): -3257793 or 4147918. OLE color: 4147918.

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

Color convert

RGB2067463-
CMYK00.640.690.19
HSL4.62º59.34%52.75%-
HSV(B)4.62º69.42%80.78%-
XYZ28.818.386.73-
YUV112.21100.23194.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.06%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 63 (25% from 255) = 18.37%
R=60.06%
G=21.57%
B=18.37%

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
Decimal206746300.640.690.194.6259.3452.75
HexCE4A3F040451353b35
Octal3161127701001052357365
Binary11001110100101011111101000000100010110011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4A3F; }

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

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

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

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

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

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

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

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