Html Css Color HEX #CE493F Grenadier

📋 copy color: '#CE493F'

red 206 ◦ green 73 ◦ blue 63

#CE493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #CE493F

Tints of Grenadier #CE493F

RGB

 RED value IS 206 (80.86% from 255) = 60.23%

 GREEN value IS 73 (28.91% from 255) = 21.35%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 60.23%
G = 21.35%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE493F (or 0xCE493F) is known color: Grenadier. HEX triplet: CE, 49 and 3F. RGB value is (206,73,63). Sum of RGB (Red+Green+Blue) = 206+73+63=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE493F is #31B6C0. Grayscale: #6F6F6F. Windows color (decimal): -3258049 or 4147662. OLE color: 4147662.

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

Color convert

RGB 206 73 63 -
CMYK 0 0.65 0.69 0.19
HSL 4.2º 0.59% 0.53% -
HSV(B) 4.2º 0.69% 0.81% -
XYZ 28.73 18.25 6.71 -
YUV 111.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 206 73 63 0 0.65 0.69 0.19 4.2 0.59 0.53
Hex CE 49 3F 0 41 45 13 4 3B 35
Octal 316 111 77 0 101 105 23 4 73 65
Binary 11001110 1001001 111111 0 1000001 1000101 10011 100 111011 110101

Color Harmonies of #CE493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE493F

Black with #CE493F

Text Example


Text Example

White with #CE493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE493F; }

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

 H1.HeaderClassName
 {
   color: #CE493F;
 }
 .AnyTagClassName
 {
   color: #CE493F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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