Html Css Color HEX #CE354C Brick Red

📋 copy color: '#CE354C'

red 206 ◦ green 53 ◦ blue 76

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

Shades of Brick Red #CE354C

Tints of Brick Red #CE354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

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

R = 61.49%
G = 15.82%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE354C (or 0xCE354C) is known color: Brick Red. HEX triplet: CE, 35 and 4C. RGB value is (206,53,76). Sum of RGB (Red+Green+Blue) = 206+53+76=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE354C is #31CAB3. Grayscale: #656565. Windows color (decimal): -3263156 or 4994510. OLE color: 4994510.

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

Color convert

RGB 206 53 76 -
CMYK 0 0.74 0.63 0.19
HSL 350.98º 0.61% 0.51% -
HSV(B) 350.98º 0.74% 0.81% -
XYZ 28.03 16.19 8.49 -
YUV 101.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 206 53 76 0 0.74 0.63 0.19 350.98 0.61 0.51
Hex CE 35 4C 0 4A 3F 13 15F 3D 33
Octal 316 65 114 0 112 77 23 537 75 63
Binary 11001110 110101 1001100 0 1001010 111111 10011 101011111 111101 110011

Color Harmonies of #CE354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE354C

Black with #CE354C

Text Example


Text Example

White with #CE354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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