Html Css Color HEX #CE354D Brick Red

📋 copy color: '#CE354D'

red 206 ◦ green 53 ◦ blue 77

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

Shades of Brick Red #CE354D

Tints of Brick Red #CE354D

RGB

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

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

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

R = 61.31%
G = 15.77%
B = 22.92%

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

#CE354D (or 0xCE354D) is known color: Brick Red. HEX triplet: CE, 35 and 4D. RGB value is (206,53,77). Sum of RGB (Red+Green+Blue) = 206+53+77=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE354D is #31CAB2. Grayscale: #656565. Windows color (decimal): -3263155 or 5060046. OLE color: 5060046.

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

Color convert

RGB 206 53 77 -
CMYK 0 0.74 0.63 0.19
HSL 350.59º 0.61% 0.51% -
HSV(B) 350.59º 0.74% 0.81% -
XYZ 28.07 16.2 8.67 -
YUV 101.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 206 53 77 0 0.74 0.63 0.19 350.59 0.61 0.51
Hex CE 35 4D 0 4A 3F 13 15F 3D 33
Octal 316 65 115 0 112 77 23 537 75 63
Binary 11001110 110101 1001101 0 1001010 111111 10011 101011111 111101 110011

Color Harmonies of #CE354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE354D

Black with #CE354D

Text Example


Text Example

White with #CE354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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