Html Css Color HEX #CE3347 Brick Red

📋 copy color: '#CE3347'

red 206 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #CE3347

Tints of Brick Red #CE3347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 62.8%
G = 15.55%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE3347 (or 0xCE3347) is known color: Brick Red. HEX triplet: CE, 33 and 47. RGB value is (206,51,71). Sum of RGB (Red+Green+Blue) = 206+51+71=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3347 is #31CCB8. Grayscale: #636363. Windows color (decimal): -3263673 or 4666318. OLE color: 4666318.

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

Color convert

RGB 206 51 71 -
CMYK 0 0.75 0.66 0.19
HSL 352.26º 0.61% 0.5% -
HSV(B) 352.26º 0.75% 0.81% -
XYZ 27.77 15.94 7.57 -
YUV 99.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 206 51 71 0 0.75 0.66 0.19 352.26 0.61 0.5
Hex CE 33 47 0 4B 42 13 160 3D 32
Octal 316 63 107 0 113 102 23 540 75 62
Binary 11001110 110011 1000111 0 1001011 1000010 10011 101100000 111101 110010

Color Harmonies of #CE3347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3347

Black with #CE3347

Text Example


Text Example

White with #CE3347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3347; }

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

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

background-color css

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

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

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

border-color css

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

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

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