Html Css Color HEX #CE463F Grenadier

📋 copy color: '#CE463F'

red 206 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #CE463F

Tints of Grenadier #CE463F

RGB

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

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

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

R = 60.77%
G = 20.65%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE463F (or 0xCE463F) is known color: Grenadier. HEX triplet: CE, 46 and 3F. RGB value is (206,70,63). Sum of RGB (Red+Green+Blue) = 206+70+63=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE463F is #31B9C0. Grayscale: #6E6E6E. Windows color (decimal): -3258817 or 4146894. OLE color: 4146894.

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

Color convert

RGB 206 70 63 -
CMYK 0 0.66 0.69 0.19
HSL 2.94º 0.59% 0.53% -
HSV(B) 2.94º 0.69% 0.81% -
XYZ 28.54 17.86 6.65 -
YUV 109.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 206 70 63 0 0.66 0.69 0.19 2.94 0.59 0.53
Hex CE 46 3F 0 42 45 13 3 3B 35
Octal 316 106 77 0 102 105 23 3 73 65
Binary 11001110 1000110 111111 0 1000010 1000101 10011 11 111011 110101

Color Harmonies of #CE463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE463F

Black with #CE463F

Text Example


Text Example

White with #CE463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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