Html Css Color HEX #CE3D4C Brick Red

📋 copy color: '#CE3D4C'

red 206 ◦ green 61 ◦ blue 76

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

Shades of Brick Red #CE3D4C

Tints of Brick Red #CE3D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 60.06%
G = 17.78%
B = 22.16%

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

#CE3D4C (or 0xCE3D4C) is known color: Brick Red. HEX triplet: CE, 3D and 4C. RGB value is (206,61,76). Sum of RGB (Red+Green+Blue) = 206+61+76=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D4C is #31C2B3. Grayscale: #6A6A6A. Windows color (decimal): -3261108 or 4996558. OLE color: 4996558.

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

Color convert

RGB 206 61 76 -
CMYK 0 0.70 0.63 0.19
HSL 353.79º 0.6% 0.52% -
HSV(B) 353.79º 0.7% 0.81% -
XYZ 28.43 16.98 8.62 -
YUV 106.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 206 61 76 0 0.70 0.63 0.19 353.79 0.6 0.52
Hex CE 3D 4C 0 46 3F 13 162 3C 34
Octal 316 75 114 0 106 77 23 542 74 64
Binary 11001110 111101 1001100 0 1000110 111111 10011 101100010 111100 110100

Color Harmonies of #CE3D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D4C

Black with #CE3D4C

Text Example


Text Example

White with #CE3D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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