Html Css Color HEX #CE3348 Brick Red

📋 copy color: '#CE3348'

red 206 ◦ green 51 ◦ blue 72

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

Shades of Brick Red #CE3348

Tints of Brick Red #CE3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 62.61%
G = 15.5%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3348 (or 0xCE3348) is known color: Brick Red. HEX triplet: CE, 33 and 48. RGB value is (206,51,72). Sum of RGB (Red+Green+Blue) = 206+51+72=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3348 is #31CCB7. Grayscale: #636363. Windows color (decimal): -3263672 or 4731854. OLE color: 4731854.

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

Color convert

RGB 206 51 72 -
CMYK 0 0.75 0.65 0.19
HSL 351.87º 0.61% 0.5% -
HSV(B) 351.87º 0.75% 0.81% -
XYZ 27.81 15.96 7.75 -
YUV 99.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 206 51 72 0 0.75 0.65 0.19 351.87 0.61 0.5
Hex CE 33 48 0 4B 41 13 160 3D 32
Octal 316 63 110 0 113 101 23 540 75 62
Binary 11001110 110011 1001000 0 1001011 1000001 10011 101100000 111101 110010

Color Harmonies of #CE3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3348

Black with #CE3348

Text Example


Text Example

White with #CE3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3348; }

 p { color: rgb(206,51,72); }

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

background-color css

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

 a { background-color: rgb(206,51,72); }

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

border-color css

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

 span { border-color: rgb(206,51,72); }

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