Html Css Color HEX #CE2148 Brick Red

📋 copy color: '#CE2148'

red 206 ◦ green 33 ◦ blue 72

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

Shades of Brick Red #CE2148

Tints of Brick Red #CE2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

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

R = 66.24%
G = 10.61%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2148 (or 0xCE2148) is known color: Brick Red. HEX triplet: CE, 21 and 48. RGB value is (206,33,72). Sum of RGB (Red+Green+Blue) = 206+33+72=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2148 is #31DEB7. Grayscale: #595959. Windows color (decimal): -3268280 or 4727246. OLE color: 4727246.

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

Color convert

RGB 206 33 72 -
CMYK 0 0.84 0.65 0.19
HSL 346.47º 0.72% 0.47% -
HSV(B) 346.47º 0.84% 0.81% -
XYZ 27.17 14.68 7.53 -
YUV 89.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 206 33 72 0 0.84 0.65 0.19 346.47 0.72 0.47
Hex CE 21 48 0 54 41 13 15A 48 2F
Octal 316 41 110 0 124 101 23 532 110 57
Binary 11001110 100001 1001000 0 1010100 1000001 10011 101011010 1001000 101111

Color Harmonies of #CE2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2148

Black with #CE2148

Text Example


Text Example

White with #CE2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2148; }

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

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

background-color css

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

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

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

border-color css

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

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

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