Html Css Color HEX #CE483F Grenadier

📋 copy color: '#CE483F'

red 206 ◦ green 72 ◦ blue 63

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

Shades of Grenadier #CE483F

Tints of Grenadier #CE483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 60.41%
G = 21.11%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE483F (or 0xCE483F) is known color: Grenadier. HEX triplet: CE, 48 and 3F. RGB value is (206,72,63). Sum of RGB (Red+Green+Blue) = 206+72+63=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE483F is #31B7C0. Grayscale: #6F6F6F. Windows color (decimal): -3258305 or 4147406. OLE color: 4147406.

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

Color convert

RGB 206 72 63 -
CMYK 0 0.65 0.69 0.19
HSL 3.78º 0.59% 0.53% -
HSV(B) 3.78º 0.69% 0.81% -
XYZ 28.67 18.12 6.69 -
YUV 111.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 206 72 63 0 0.65 0.69 0.19 3.78 0.59 0.53
Hex CE 48 3F 0 41 45 13 4 3B 35
Octal 316 110 77 0 101 105 23 4 73 65
Binary 11001110 1001000 111111 0 1000001 1000101 10011 100 111011 110101

Color Harmonies of #CE483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE483F

Black with #CE483F

Text Example


Text Example

White with #CE483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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