Html Css Color HEX #CE463A Grenadier

📋 copy color: '#CE463A'

red 206 ◦ green 70 ◦ blue 58

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

Shades of Grenadier #CE463A

Tints of Grenadier #CE463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

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

R = 61.68%
G = 20.96%
B = 17.37%

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

#CE463A (or 0xCE463A) is known color: Grenadier. HEX triplet: CE, 46 and 3A. RGB value is (206,70,58). Sum of RGB (Red+Green+Blue) = 206+70+58=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE463A is #31B9C5. Grayscale: #6D6D6D. Windows color (decimal): -3258822 or 3819214. OLE color: 3819214.

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

Color convert

RGB 206 70 58 -
CMYK 0 0.66 0.72 0.19
HSL 4.86º 0.6% 0.52% -
HSV(B) 4.86º 0.72% 0.81% -
XYZ 28.41 17.81 5.94 -
YUV 109.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 206 70 58 0 0.66 0.72 0.19 4.86 0.6 0.52
Hex CE 46 3A 0 42 48 13 5 3C 34
Octal 316 106 72 0 102 110 23 5 74 64
Binary 11001110 1000110 111010 0 1000010 1001000 10011 101 111100 110100

Color Harmonies of #CE463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE463A

Black with #CE463A

Text Example


Text Example

White with #CE463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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