Html Css Color HEX #CE473C Grenadier

📋 copy color: '#CE473C'

red 206 ◦ green 71 ◦ blue 60

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

Shades of Grenadier #CE473C

Tints of Grenadier #CE473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 61.13%
G = 21.07%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE473C (or 0xCE473C) is known color: Grenadier. HEX triplet: CE, 47 and 3C. RGB value is (206,71,60). Sum of RGB (Red+Green+Blue) = 206+71+60=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE473C is #31B8C3. Grayscale: #6E6E6E. Windows color (decimal): -3258564 or 3950542. OLE color: 3950542.

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

Color convert

RGB 206 71 60 -
CMYK 0 0.66 0.71 0.19
HSL 4.52º 0.6% 0.52% -
HSV(B) 4.52º 0.71% 0.81% -
XYZ 28.52 17.95 6.24 -
YUV 110.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 206 71 60 0 0.66 0.71 0.19 4.52 0.6 0.52
Hex CE 47 3C 0 42 47 13 5 3C 34
Octal 316 107 74 0 102 107 23 5 74 64
Binary 11001110 1000111 111100 0 1000010 1000111 10011 101 111100 110100

Color Harmonies of #CE473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE473C

Black with #CE473C

Text Example


Text Example

White with #CE473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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