Html Css Color HEX #CE3D47 Brick Red

📋 copy color: '#CE3D47'

red 206 ◦ green 61 ◦ blue 71

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

Shades of Brick Red #CE3D47

Tints of Brick Red #CE3D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

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

R = 60.95%
G = 18.05%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE3D47 (or 0xCE3D47) is known color: Brick Red. HEX triplet: CE, 3D and 47. RGB value is (206,61,71). Sum of RGB (Red+Green+Blue) = 206+61+71=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D47 is #31C2B8. Grayscale: #696969. Windows color (decimal): -3261113 or 4668878. OLE color: 4668878.

HSL color Cylindrical-coordinate representation of color #CE3D47: hue angle of 355.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D47 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 61 71 -
CMYK 0 0.70 0.66 0.19
HSL 355.86º 0.6% 0.52% -
HSV(B) 355.86º 0.7% 0.81% -
XYZ 28.26 16.91 7.74 -
YUV 105.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 206 61 71 0 0.70 0.66 0.19 355.86 0.6 0.52
Hex CE 3D 47 0 46 42 13 164 3C 34
Octal 316 75 107 0 106 102 23 544 74 64
Binary 11001110 111101 1000111 0 1000110 1000010 10011 101100100 111100 110100

Color Harmonies of #CE3D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D47

Black with #CE3D47

Text Example


Text Example

White with #CE3D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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