Html Css Color HEX #CE2E48 Brick Red

📋 copy color: '#CE2E48'

red 206 ◦ green 46 ◦ blue 72

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

Shades of Brick Red #CE2E48

Tints of Brick Red #CE2E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.2%

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

R = 63.58%
G = 14.2%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2E48 (or 0xCE2E48) is known color: Brick Red. HEX triplet: CE, 2E and 48. RGB value is (206,46,72). Sum of RGB (Red+Green+Blue) = 206+46+72=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E48 is #31D1B7. Grayscale: #606060. Windows color (decimal): -3264952 or 4730574. OLE color: 4730574.

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

Color convert

RGB 206 46 72 -
CMYK 0 0.78 0.65 0.19
HSL 350.25º 0.63% 0.49% -
HSV(B) 350.25º 0.78% 0.81% -
XYZ 27.6 15.54 7.68 -
YUV 96.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 206 46 72 0 0.78 0.65 0.19 350.25 0.63 0.49
Hex CE 2E 48 0 4E 41 13 15E 3F 31
Octal 316 56 110 0 116 101 23 536 77 61
Binary 11001110 101110 1001000 0 1001110 1000001 10011 101011110 111111 110001

Color Harmonies of #CE2E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E48

Black with #CE2E48

Text Example


Text Example

White with #CE2E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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