Html Css Color HEX #CE2848 Brick Red

📋 copy color: '#CE2848'

red 206 ◦ green 40 ◦ blue 72

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

Shades of Brick Red #CE2848

Tints of Brick Red #CE2848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 64.78%
G = 12.58%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2848 (or 0xCE2848) is known color: Brick Red. HEX triplet: CE, 28 and 48. RGB value is (206,40,72). Sum of RGB (Red+Green+Blue) = 206+40+72=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2848 is #31D7B7. Grayscale: #5D5D5D. Windows color (decimal): -3266488 or 4729038. OLE color: 4729038.

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

Color convert

RGB 206 40 72 -
CMYK 0 0.81 0.65 0.19
HSL 348.43º 0.67% 0.48% -
HSV(B) 348.43º 0.81% 0.81% -
XYZ 27.38 15.11 7.6 -
YUV 93.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 206 40 72 0 0.81 0.65 0.19 348.43 0.67 0.48
Hex CE 28 48 0 51 41 13 15C 43 30
Octal 316 50 110 0 121 101 23 534 103 60
Binary 11001110 101000 1001000 0 1010001 1000001 10011 101011100 1000011 110000

Color Harmonies of #CE2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2848

Black with #CE2848

Text Example


Text Example

White with #CE2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2848; }

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

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

background-color css

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

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

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

border-color css

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

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

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