Html Css Color HEX #CE2748 Brick Red

📋 copy color: '#CE2748'

red 206 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #CE2748

Tints of Brick Red #CE2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 64.98%
G = 12.3%
B = 22.71%

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

#CE2748 (or 0xCE2748) is known color: Brick Red. HEX triplet: CE, 27 and 48. RGB value is (206,39,72). Sum of RGB (Red+Green+Blue) = 206+39+72=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2748 is #31D8B7. Grayscale: #5C5C5C. Windows color (decimal): -3266744 or 4728782. OLE color: 4728782.

HSL color Cylindrical-coordinate representation of color #CE2748: hue angle of 348.14º degrees, saturation: 0.68, 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 #CE2748 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 39 72 -
CMYK 0 0.81 0.65 0.19
HSL 348.14º 0.68% 0.48% -
HSV(B) 348.14º 0.81% 0.81% -
XYZ 27.35 15.04 7.59 -
YUV 92.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 206 39 72 0 0.81 0.65 0.19 348.14 0.68 0.48
Hex CE 27 48 0 51 41 13 15C 44 30
Octal 316 47 110 0 121 101 23 534 104 60
Binary 11001110 100111 1001000 0 1010001 1000001 10011 101011100 1000100 110000

Color Harmonies of #CE2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2748

Black with #CE2748

Text Example


Text Example

White with #CE2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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