Html Css Color HEX #CE2947 Brick Red

📋 copy color: '#CE2947'

red 206 ◦ green 41 ◦ blue 71

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

Shades of Brick Red #CE2947

Tints of Brick Red #CE2947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

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

R = 64.78%
G = 12.89%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2947 (or 0xCE2947) is known color: Brick Red. HEX triplet: CE, 29 and 47. RGB value is (206,41,71). Sum of RGB (Red+Green+Blue) = 206+41+71=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2947 is #31D6B8. Grayscale: #5D5D5D. Windows color (decimal): -3266233 or 4663758. OLE color: 4663758.

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

Color convert

RGB 206 41 71 -
CMYK 0 0.80 0.66 0.19
HSL 349.09º 0.67% 0.48% -
HSV(B) 349.09º 0.8% 0.81% -
XYZ 27.38 15.16 7.44 -
YUV 93.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 206 41 71 0 0.80 0.66 0.19 349.09 0.67 0.48
Hex CE 29 47 0 50 42 13 15D 43 30
Octal 316 51 107 0 120 102 23 535 103 60
Binary 11001110 101001 1000111 0 1010000 1000010 10011 101011101 1000011 110000

Color Harmonies of #CE2947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2947

Black with #CE2947

Text Example


Text Example

White with #CE2947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2947; }

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

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

background-color css

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

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

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

border-color css

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

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

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