Html Css Color HEX #CE374D Brick Red

📋 copy color: '#CE374D'

red 206 ◦ green 55 ◦ blue 77

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

Shades of Brick Red #CE374D

Tints of Brick Red #CE374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 60.95%
G = 16.27%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE374D (or 0xCE374D) is known color: Brick Red. HEX triplet: CE, 37 and 4D. RGB value is (206,55,77). Sum of RGB (Red+Green+Blue) = 206+55+77=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE374D is #31C8B2. Grayscale: #666666. Windows color (decimal): -3262643 or 5060558. OLE color: 5060558.

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

Color convert

RGB 206 55 77 -
CMYK 0 0.73 0.63 0.19
HSL 351.26º 0.61% 0.51% -
HSV(B) 351.26º 0.73% 0.81% -
XYZ 28.16 16.39 8.7 -
YUV 102.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 206 55 77 0 0.73 0.63 0.19 351.26 0.61 0.51
Hex CE 37 4D 0 49 3F 13 15F 3D 33
Octal 316 67 115 0 111 77 23 537 75 63
Binary 11001110 110111 1001101 0 1001001 111111 10011 101011111 111101 110011

Color Harmonies of #CE374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE374D

Black with #CE374D

Text Example


Text Example

White with #CE374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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