Html Css Color HEX #CE3549 Brick Red

📋 copy color: '#CE3549'

red 206 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #CE3549

Tints of Brick Red #CE3549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

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

R = 62.05%
G = 15.96%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3549 (or 0xCE3549) is known color: Brick Red. HEX triplet: CE, 35 and 49. RGB value is (206,53,73). Sum of RGB (Red+Green+Blue) = 206+53+73=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3549 is #31CAB6. Grayscale: #656565. Windows color (decimal): -3263159 or 4797902. OLE color: 4797902.

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

Color convert

RGB 206 53 73 -
CMYK 0 0.74 0.65 0.19
HSL 352.16º 0.61% 0.51% -
HSV(B) 352.16º 0.74% 0.81% -
XYZ 27.93 16.15 7.95 -
YUV 101.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 206 53 73 0 0.74 0.65 0.19 352.16 0.61 0.51
Hex CE 35 49 0 4A 41 13 160 3D 33
Octal 316 65 111 0 112 101 23 540 75 63
Binary 11001110 110101 1001001 0 1001010 1000001 10011 101100000 111101 110011

Color Harmonies of #CE3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3549

Black with #CE3549

Text Example


Text Example

White with #CE3549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3549; }

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

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

background-color css

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

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

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

border-color css

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

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

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