Html Css Color HEX #CE3148 Brick Red

📋 copy color: '#CE3148'

red 206 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #CE3148

Tints of Brick Red #CE3148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 63%
G = 14.98%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3148 (or 0xCE3148) is known color: Brick Red. HEX triplet: CE, 31 and 48. RGB value is (206,49,72). Sum of RGB (Red+Green+Blue) = 206+49+72=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3148 is #31CEB7. Grayscale: #626262. Windows color (decimal): -3264184 or 4731342. OLE color: 4731342.

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

Color convert

RGB 206 49 72 -
CMYK 0 0.76 0.65 0.19
HSL 351.21º 0.62% 0.5% -
HSV(B) 351.21º 0.76% 0.81% -
XYZ 27.72 15.79 7.72 -
YUV 98.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 206 49 72 0 0.76 0.65 0.19 351.21 0.62 0.5
Hex CE 31 48 0 4C 41 13 15F 3E 32
Octal 316 61 110 0 114 101 23 537 76 62
Binary 11001110 110001 1001000 0 1001100 1000001 10011 101011111 111110 110010

Color Harmonies of #CE3148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3148

Black with #CE3148

Text Example


Text Example

White with #CE3148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3148; }

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

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

background-color css

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

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

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

border-color css

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

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

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