Html Css Color HEX #CE473A Grenadier

📋 copy color: '#CE473A'

red 206 ◦ green 71 ◦ blue 58

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

Shades of Grenadier #CE473A

Tints of Grenadier #CE473A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 61.49%
G = 21.19%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE473A (or 0xCE473A) is known color: Grenadier. HEX triplet: CE, 47 and 3A. RGB value is (206,71,58). Sum of RGB (Red+Green+Blue) = 206+71+58=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE473A is #31B8C5. Grayscale: #6E6E6E. Windows color (decimal): -3258566 or 3819470. OLE color: 3819470.

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

Color convert

RGB 206 71 58 -
CMYK 0 0.66 0.72 0.19
HSL 5.27º 0.6% 0.52% -
HSV(B) 5.27º 0.72% 0.81% -
XYZ 28.47 17.93 5.96 -
YUV 109.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 206 71 58 0 0.66 0.72 0.19 5.27 0.6 0.52
Hex CE 47 3A 0 42 48 13 5 3C 34
Octal 316 107 72 0 102 110 23 5 74 64
Binary 11001110 1000111 111010 0 1000010 1001000 10011 101 111100 110100

Color Harmonies of #CE473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE473A

Black with #CE473A

Text Example


Text Example

White with #CE473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE473A; }

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

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

background-color css

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

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

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

border-color css

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

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

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