Html Css Color HEX #CE483C Grenadier

📋 copy color: '#CE483C'

red 206 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #CE483C

Tints of Grenadier #CE483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 60.95%
G = 21.3%
B = 17.75%

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

#CE483C (or 0xCE483C) is known color: Grenadier. HEX triplet: CE, 48 and 3C. RGB value is (206,72,60). Sum of RGB (Red+Green+Blue) = 206+72+60=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE483C is #31B7C3. Grayscale: #6E6E6E. Windows color (decimal): -3258308 or 3950798. OLE color: 3950798.

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

Color convert

RGB 206 72 60 -
CMYK 0 0.65 0.71 0.19
HSL 4.93º 0.6% 0.52% -
HSV(B) 4.93º 0.71% 0.81% -
XYZ 28.59 18.08 6.26 -
YUV 110.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 206 72 60 0 0.65 0.71 0.19 4.93 0.6 0.52
Hex CE 48 3C 0 41 47 13 5 3C 34
Octal 316 110 74 0 101 107 23 5 74 64
Binary 11001110 1001000 111100 0 1000001 1000111 10011 101 111100 110100

Color Harmonies of #CE483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE483C

Black with #CE483C

Text Example


Text Example

White with #CE483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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