Html Css Color HEX #CE374A Brick Red

📋 copy color: '#CE374A'

red 206 ◦ green 55 ◦ blue 74

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

Shades of Brick Red #CE374A

Tints of Brick Red #CE374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 61.49%
G = 16.42%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE374A (or 0xCE374A) is known color: Brick Red. HEX triplet: CE, 37 and 4A. RGB value is (206,55,74). Sum of RGB (Red+Green+Blue) = 206+55+74=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE374A is #31C8B5. Grayscale: #666666. Windows color (decimal): -3262646 or 4863950. OLE color: 4863950.

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

Color convert

RGB 206 55 74 -
CMYK 0 0.73 0.64 0.19
HSL 352.45º 0.61% 0.51% -
HSV(B) 352.45º 0.73% 0.81% -
XYZ 28.06 16.35 8.16 -
YUV 102.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 206 55 74 0 0.73 0.64 0.19 352.45 0.61 0.51
Hex CE 37 4A 0 49 40 13 160 3D 33
Octal 316 67 112 0 111 100 23 540 75 63
Binary 11001110 110111 1001010 0 1001001 1000000 10011 101100000 111101 110011

Color Harmonies of #CE374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE374A

Black with #CE374A

Text Example


Text Example

White with #CE374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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