Html Css Color HEX #CE344B Brick Red

📋 copy color: '#CE344B'

red 206 ◦ green 52 ◦ blue 75

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

Shades of Brick Red #CE344B

Tints of Brick Red #CE344B

RGB

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

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

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

R = 61.86%
G = 15.62%
B = 22.52%

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

#CE344B (or 0xCE344B) is known color: Brick Red. HEX triplet: CE, 34 and 4B. RGB value is (206,52,75). Sum of RGB (Red+Green+Blue) = 206+52+75=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE344B is #31CBB4. Grayscale: #646464. Windows color (decimal): -3263413 or 4928718. OLE color: 4928718.

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

Color convert

RGB 206 52 75 -
CMYK 0 0.75 0.64 0.19
HSL 351.04º 0.61% 0.51% -
HSV(B) 351.04º 0.75% 0.81% -
XYZ 27.95 16.09 8.29 -
YUV 100.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 206 52 75 0 0.75 0.64 0.19 351.04 0.61 0.51
Hex CE 34 4B 0 4B 40 13 15F 3D 33
Octal 316 64 113 0 113 100 23 537 75 63
Binary 11001110 110100 1001011 0 1001011 1000000 10011 101011111 111101 110011

Color Harmonies of #CE344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE344B

Black with #CE344B

Text Example


Text Example

White with #CE344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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