Html Css Color HEX #CE344A Brick Red

📋 copy color: '#CE344A'

red 206 ◦ green 52 ◦ blue 74

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

Shades of Brick Red #CE344A

Tints of Brick Red #CE344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 62.05%
G = 15.66%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE344A (or 0xCE344A) is known color: Brick Red. HEX triplet: CE, 34 and 4A. RGB value is (206,52,74). Sum of RGB (Red+Green+Blue) = 206+52+74=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE344A is #31CBB5. Grayscale: #646464. Windows color (decimal): -3263414 or 4863182. OLE color: 4863182.

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

Color convert

RGB 206 52 74 -
CMYK 0 0.75 0.64 0.19
HSL 351.43º 0.61% 0.51% -
HSV(B) 351.43º 0.75% 0.81% -
XYZ 27.92 16.07 8.11 -
YUV 100.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 206 52 74 0 0.75 0.64 0.19 351.43 0.61 0.51
Hex CE 34 4A 0 4B 40 13 15F 3D 33
Octal 316 64 112 0 113 100 23 537 75 63
Binary 11001110 110100 1001010 0 1001011 1000000 10011 101011111 111101 110011

Color Harmonies of #CE344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE344A

Black with #CE344A

Text Example


Text Example

White with #CE344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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