Html Css Color HEX #CE3D4D Brick Red

📋 copy color: '#CE3D4D'

red 206 ◦ green 61 ◦ blue 77

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

Shades of Brick Red #CE3D4D

Tints of Brick Red #CE3D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 59.88%
G = 17.73%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE3D4D (or 0xCE3D4D) is known color: Brick Red. HEX triplet: CE, 3D and 4D. RGB value is (206,61,77). Sum of RGB (Red+Green+Blue) = 206+61+77=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D4D is #31C2B2. Grayscale: #6A6A6A. Windows color (decimal): -3261107 or 5062094. OLE color: 5062094.

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

Color convert

RGB 206 61 77 -
CMYK 0 0.70 0.63 0.19
HSL 353.38º 0.6% 0.52% -
HSV(B) 353.38º 0.7% 0.81% -
XYZ 28.46 17 8.8 -
YUV 106.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 206 61 77 0 0.70 0.63 0.19 353.38 0.6 0.52
Hex CE 3D 4D 0 46 3F 13 161 3C 34
Octal 316 75 115 0 106 77 23 541 74 64
Binary 11001110 111101 1001101 0 1000110 111111 10011 101100001 111100 110100

Color Harmonies of #CE3D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D4D

Black with #CE3D4D

Text Example


Text Example

White with #CE3D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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