Html Css Color HEX #CE2647 Brick Red

📋 copy color: '#CE2647'

red 206 ◦ green 38 ◦ blue 71

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

Shades of Brick Red #CE2647

Tints of Brick Red #CE2647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 65.4%
G = 12.06%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2647 (or 0xCE2647) is known color: Brick Red. HEX triplet: CE, 26 and 47. RGB value is (206,38,71). Sum of RGB (Red+Green+Blue) = 206+38+71=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2647 is #31D9B8. Grayscale: #5C5C5C. Windows color (decimal): -3267001 or 4662990. OLE color: 4662990.

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

Color convert

RGB 206 38 71 -
CMYK 0 0.82 0.66 0.19
HSL 348.21º 0.69% 0.48% -
HSV(B) 348.21º 0.82% 0.81% -
XYZ 27.28 14.96 7.41 -
YUV 91.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 206 38 71 0 0.82 0.66 0.19 348.21 0.69 0.48
Hex CE 26 47 0 52 42 13 15C 45 30
Octal 316 46 107 0 122 102 23 534 105 60
Binary 11001110 100110 1000111 0 1010010 1000010 10011 101011100 1000101 110000

Color Harmonies of #CE2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2647

Black with #CE2647

Text Example


Text Example

White with #CE2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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