Html Css Color HEX #CE483A Grenadier

📋 copy color: '#CE483A'

red 206 ◦ green 72 ◦ blue 58

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

Shades of Grenadier #CE483A

Tints of Grenadier #CE483A

RGB

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

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

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

R = 61.31%
G = 21.43%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE483A (or 0xCE483A) is known color: Grenadier. HEX triplet: CE, 48 and 3A. RGB value is (206,72,58). Sum of RGB (Red+Green+Blue) = 206+72+58=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE483A is #31B7C5. Grayscale: #6E6E6E. Windows color (decimal): -3258310 or 3819726. OLE color: 3819726.

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

Color convert

RGB 206 72 58 -
CMYK 0 0.65 0.72 0.19
HSL 5.68º 0.6% 0.52% -
HSV(B) 5.68º 0.72% 0.81% -
XYZ 28.53 18.06 5.99 -
YUV 110.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 206 72 58 0 0.65 0.72 0.19 5.68 0.6 0.52
Hex CE 48 3A 0 41 48 13 6 3C 34
Octal 316 110 72 0 101 110 23 6 74 64
Binary 11001110 1001000 111010 0 1000001 1001000 10011 110 111100 110100

Color Harmonies of #CE483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE483A

Black with #CE483A

Text Example


Text Example

White with #CE483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE483A; }

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

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

background-color css

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

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

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

border-color css

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

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

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