Html Css Color HEX #CE473D Grenadier

📋 copy color: '#CE473D'

red 206 ◦ green 71 ◦ blue 61

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

Shades of Grenadier #CE473D

Tints of Grenadier #CE473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 60.95%
G = 21.01%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE473D (or 0xCE473D) is known color: Grenadier. HEX triplet: CE, 47 and 3D. RGB value is (206,71,61). Sum of RGB (Red+Green+Blue) = 206+71+61=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE473D is #31B8C2. Grayscale: #6E6E6E. Windows color (decimal): -3258563 or 4016078. OLE color: 4016078.

HSL color Cylindrical-coordinate representation of color #CE473D: hue angle of 4.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE473D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 71 61 -
CMYK 0 0.66 0.70 0.19
HSL 4.14º 0.6% 0.52% -
HSV(B) 4.14º 0.7% 0.81% -
XYZ 28.55 17.97 6.38 -
YUV 110.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 206 71 61 0 0.66 0.70 0.19 4.14 0.6 0.52
Hex CE 47 3D 0 42 46 13 4 3C 34
Octal 316 107 75 0 102 106 23 4 74 64
Binary 11001110 1000111 111101 0 1000010 1000110 10011 100 111100 110100

Color Harmonies of #CE473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE473D

Black with #CE473D

Text Example


Text Example

White with #CE473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE473D; }

 p { color: rgb(206,71,61); }

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

background-color css

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

 a { background-color: rgb(206,71,61); }

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

border-color css

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

 span { border-color: rgb(206,71,61); }

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