Html Css Color HEX #CE3544 Brick Red

📋 copy color: '#CE3544'

red 206 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #CE3544

Tints of Brick Red #CE3544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 63%
G = 16.21%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3544 (or 0xCE3544) is known color: Brick Red. HEX triplet: CE, 35 and 44. RGB value is (206,53,68). Sum of RGB (Red+Green+Blue) = 206+53+68=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3544 is #31CABB. Grayscale: #646464. Windows color (decimal): -3263164 or 4470222. OLE color: 4470222.

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

Color convert

RGB 206 53 68 -
CMYK 0 0.74 0.67 0.19
HSL 354.12º 0.61% 0.51% -
HSV(B) 354.12º 0.74% 0.81% -
XYZ 27.77 16.09 7.11 -
YUV 100.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 206 53 68 0 0.74 0.67 0.19 354.12 0.61 0.51
Hex CE 35 44 0 4A 43 13 162 3D 33
Octal 316 65 104 0 112 103 23 542 75 63
Binary 11001110 110101 1000100 0 1001010 1000011 10011 101100010 111101 110011

Color Harmonies of #CE3544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3544

Black with #CE3544

Text Example


Text Example

White with #CE3544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3544; }

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

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

background-color css

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

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

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

border-color css

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

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

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