Html Css Color HEX #CE3747 Brick Red

📋 copy color: '#CE3747'

red 206 ◦ green 55 ◦ blue 71

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

Shades of Brick Red #CE3747

Tints of Brick Red #CE3747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

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

R = 62.05%
G = 16.57%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE3747 (or 0xCE3747) is known color: Brick Red. HEX triplet: CE, 37 and 47. RGB value is (206,55,71). Sum of RGB (Red+Green+Blue) = 206+55+71=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3747 is #31C8B8. Grayscale: #666666. Windows color (decimal): -3262649 or 4667342. OLE color: 4667342.

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

Color convert

RGB 206 55 71 -
CMYK 0 0.73 0.66 0.19
HSL 353.64º 0.61% 0.51% -
HSV(B) 353.64º 0.73% 0.81% -
XYZ 27.96 16.31 7.64 -
YUV 101.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 206 55 71 0 0.73 0.66 0.19 353.64 0.61 0.51
Hex CE 37 47 0 49 42 13 162 3D 33
Octal 316 67 107 0 111 102 23 542 75 63
Binary 11001110 110111 1000111 0 1001001 1000010 10011 101100010 111101 110011

Color Harmonies of #CE3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3747

Black with #CE3747

Text Example


Text Example

White with #CE3747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3747; }

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

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

background-color css

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

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

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

border-color css

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

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

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