Html Css Color HEX #CE2649 Brick Red

📋 copy color: '#CE2649'

red 206 ◦ green 38 ◦ blue 73

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

Shades of Brick Red #CE2649

Tints of Brick Red #CE2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 64.98%
G = 11.99%
B = 23.03%

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

#CE2649 (or 0xCE2649) is known color: Brick Red. HEX triplet: CE, 26 and 49. RGB value is (206,38,73). Sum of RGB (Red+Green+Blue) = 206+38+73=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2649 is #31D9B6. Grayscale: #5C5C5C. Windows color (decimal): -3266999 or 4794062. OLE color: 4794062.

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

Color convert

RGB 206 38 73 -
CMYK 0 0.82 0.65 0.19
HSL 347.5º 0.69% 0.48% -
HSV(B) 347.5º 0.82% 0.81% -
XYZ 27.35 14.99 7.76 -
YUV 92.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 206 38 73 0 0.82 0.65 0.19 347.5 0.69 0.48
Hex CE 26 49 0 52 41 13 15C 45 30
Octal 316 46 111 0 122 101 23 534 105 60
Binary 11001110 100110 1001001 0 1010010 1000001 10011 101011100 1000101 110000

Color Harmonies of #CE2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2649

Black with #CE2649

Text Example


Text Example

White with #CE2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2649; }

 p { color: rgb(206,38,73); }

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

background-color css

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

 a { background-color: rgb(206,38,73); }

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

border-color css

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

 span { border-color: rgb(206,38,73); }

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