Html Css Color HEX #CE2548 Brick Red

📋 copy color: '#CE2548'

red 206 ◦ green 37 ◦ blue 72

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

Shades of Brick Red #CE2548

Tints of Brick Red #CE2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 65.4%
G = 11.75%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2548 (or 0xCE2548) is known color: Brick Red. HEX triplet: CE, 25 and 48. RGB value is (206,37,72). Sum of RGB (Red+Green+Blue) = 206+37+72=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2548 is #31DAB7. Grayscale: #5B5B5B. Windows color (decimal): -3267256 or 4728270. OLE color: 4728270.

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

Color convert

RGB 206 37 72 -
CMYK 0 0.82 0.65 0.19
HSL 347.57º 0.7% 0.48% -
HSV(B) 347.57º 0.82% 0.81% -
XYZ 27.28 14.91 7.57 -
YUV 91.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 206 37 72 0 0.82 0.65 0.19 347.57 0.7 0.48
Hex CE 25 48 0 52 41 13 15C 46 30
Octal 316 45 110 0 122 101 23 534 106 60
Binary 11001110 100101 1001000 0 1010010 1000001 10011 101011100 1000110 110000

Color Harmonies of #CE2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2548

Black with #CE2548

Text Example


Text Example

White with #CE2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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