Html Css Color HEX #CE354B Brick Red

📋 copy color: '#CE354B'

red 206 ◦ green 53 ◦ blue 75

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

Shades of Brick Red #CE354B

Tints of Brick Red #CE354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 61.68%
G = 15.87%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE354B (or 0xCE354B) is known color: Brick Red. HEX triplet: CE, 35 and 4B. RGB value is (206,53,75). Sum of RGB (Red+Green+Blue) = 206+53+75=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE354B is #31CAB4. Grayscale: #656565. Windows color (decimal): -3263157 or 4928974. OLE color: 4928974.

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

Color convert

RGB 206 53 75 -
CMYK 0 0.74 0.64 0.19
HSL 351.37º 0.61% 0.51% -
HSV(B) 351.37º 0.74% 0.81% -
XYZ 28 16.18 8.3 -
YUV 101.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 206 53 75 0 0.74 0.64 0.19 351.37 0.61 0.51
Hex CE 35 4B 0 4A 40 13 15F 3D 33
Octal 316 65 113 0 112 100 23 537 75 63
Binary 11001110 110101 1001011 0 1001010 1000000 10011 101011111 111101 110011

Color Harmonies of #CE354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE354B

Black with #CE354B

Text Example


Text Example

White with #CE354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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