Html Css Color HEX #CE3849 Brick Red

📋 copy color: '#CE3849'

red 206 ◦ green 56 ◦ blue 73

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

Shades of Brick Red #CE3849

Tints of Brick Red #CE3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.72%

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

R = 61.49%
G = 16.72%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3849 (or 0xCE3849) is known color: Brick Red. HEX triplet: CE, 38 and 49. RGB value is (206,56,73). Sum of RGB (Red+Green+Blue) = 206+56+73=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3849 is #31C7B6. Grayscale: #666666. Windows color (decimal): -3262391 or 4798670. OLE color: 4798670.

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

Color convert

RGB 206 56 73 -
CMYK 0 0.73 0.65 0.19
HSL 353.2º 0.6% 0.51% -
HSV(B) 353.2º 0.73% 0.81% -
XYZ 28.07 16.43 8 -
YUV 102.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 206 56 73 0 0.73 0.65 0.19 353.2 0.6 0.51
Hex CE 38 49 0 49 41 13 161 3C 33
Octal 316 70 111 0 111 101 23 541 74 63
Binary 11001110 111000 1001001 0 1001001 1000001 10011 101100001 111100 110011

Color Harmonies of #CE3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3849

Black with #CE3849

Text Example


Text Example

White with #CE3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3849; }

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

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

background-color css

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

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

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

border-color css

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

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

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