Html Css Color HEX #CE483D Grenadier

📋 copy color: '#CE483D'

red 206 ◦ green 72 ◦ blue 61

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

Shades of Grenadier #CE483D

Tints of Grenadier #CE483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 60.77%
G = 21.24%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE483D (or 0xCE483D) is known color: Grenadier. HEX triplet: CE, 48 and 3D. RGB value is (206,72,61). Sum of RGB (Red+Green+Blue) = 206+72+61=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE483D is #31B7C2. Grayscale: #6E6E6E. Windows color (decimal): -3258307 or 4016334. OLE color: 4016334.

HSL color Cylindrical-coordinate representation of color #CE483D: hue angle of 4.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE483D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 72 61 -
CMYK 0 0.65 0.70 0.19
HSL 4.55º 0.6% 0.52% -
HSV(B) 4.55º 0.7% 0.81% -
XYZ 28.61 18.09 6.4 -
YUV 110.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 206 72 61 0 0.65 0.70 0.19 4.55 0.6 0.52
Hex CE 48 3D 0 41 46 13 5 3C 34
Octal 316 110 75 0 101 106 23 5 74 64
Binary 11001110 1001000 111101 0 1000001 1000110 10011 101 111100 110100

Color Harmonies of #CE483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE483D

Black with #CE483D

Text Example


Text Example

White with #CE483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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