Html Css Color HEX #CE3249 Brick Red

📋 copy color: '#CE3249'

red 206 ◦ green 50 ◦ blue 73

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

Shades of Brick Red #CE3249

Tints of Brick Red #CE3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 62.61%
G = 15.2%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3249 (or 0xCE3249) is known color: Brick Red. HEX triplet: CE, 32 and 49. RGB value is (206,50,73). Sum of RGB (Red+Green+Blue) = 206+50+73=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3249 is #31CDB6. Grayscale: #636363. Windows color (decimal): -3263927 or 4797134. OLE color: 4797134.

HSL color Cylindrical-coordinate representation of color #CE3249: hue angle of 351.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3249 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 73 -
CMYK 0 0.76 0.65 0.19
HSL 351.15º 0.61% 0.5% -
HSV(B) 351.15º 0.76% 0.81% -
XYZ 27.8 15.88 7.9 -
YUV 99.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 206 50 73 0 0.76 0.65 0.19 351.15 0.61 0.5
Hex CE 32 49 0 4C 41 13 15F 3D 32
Octal 316 62 111 0 114 101 23 537 75 62
Binary 11001110 110010 1001001 0 1001100 1000001 10011 101011111 111101 110010

Color Harmonies of #CE3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3249

Black with #CE3249

Text Example


Text Example

White with #CE3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3249; }

 p { color: rgb(206,50,73); }

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

background-color css

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

 a { background-color: rgb(206,50,73); }

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

border-color css

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

 span { border-color: rgb(206,50,73); }

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