Html Css Color HEX #CE3547 Brick Red

📋 copy color: '#CE3547'

red 206 ◦ green 53 ◦ blue 71

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

Shades of Brick Red #CE3547

Tints of Brick Red #CE3547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 62.42%
G = 16.06%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE3547 (or 0xCE3547) is known color: Brick Red. HEX triplet: CE, 35 and 47. RGB value is (206,53,71). Sum of RGB (Red+Green+Blue) = 206+53+71=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3547 is #31CAB8. Grayscale: #646464. Windows color (decimal): -3263161 or 4666830. OLE color: 4666830.

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

Color convert

RGB 206 53 71 -
CMYK 0 0.74 0.66 0.19
HSL 352.94º 0.61% 0.51% -
HSV(B) 352.94º 0.74% 0.81% -
XYZ 27.86 16.12 7.6 -
YUV 100.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 206 53 71 0 0.74 0.66 0.19 352.94 0.61 0.51
Hex CE 35 47 0 4A 42 13 161 3D 33
Octal 316 65 107 0 112 102 23 541 75 63
Binary 11001110 110101 1000111 0 1001010 1000010 10011 101100001 111101 110011

Color Harmonies of #CE3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3547

Black with #CE3547

Text Example


Text Example

White with #CE3547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3547; }

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

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

background-color css

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

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

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

border-color css

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

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

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