Html Css Color HEX #CE483B Grenadier

📋 copy color: '#CE483B'

red 206 ◦ green 72 ◦ blue 59

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

Shades of Grenadier #CE483B

Tints of Grenadier #CE483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 61.13%
G = 21.36%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE483B (or 0xCE483B) is known color: Grenadier. HEX triplet: CE, 48 and 3B. RGB value is (206,72,59). Sum of RGB (Red+Green+Blue) = 206+72+59=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE483B is #31B7C4. Grayscale: #6E6E6E. Windows color (decimal): -3258309 or 3885262. OLE color: 3885262.

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

Color convert

RGB 206 72 59 -
CMYK 0 0.65 0.71 0.19
HSL 5.31º 0.6% 0.52% -
HSV(B) 5.31º 0.71% 0.81% -
XYZ 28.56 18.07 6.12 -
YUV 110.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 206 72 59 0 0.65 0.71 0.19 5.31 0.6 0.52
Hex CE 48 3B 0 41 47 13 5 3C 34
Octal 316 110 73 0 101 107 23 5 74 64
Binary 11001110 1001000 111011 0 1000001 1000111 10011 101 111100 110100

Color Harmonies of #CE483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE483B

Black with #CE483B

Text Example


Text Example

White with #CE483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE483B; }

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

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

background-color css

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

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

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

border-color css

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

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

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