Html Css Color HEX #CE2747 Brick Red

📋 copy color: '#CE2747'

red 206 ◦ green 39 ◦ blue 71

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

Shades of Brick Red #CE2747

Tints of Brick Red #CE2747

RGB

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

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

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

R = 65.19%
G = 12.34%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2747 (or 0xCE2747) is known color: Brick Red. HEX triplet: CE, 27 and 47. RGB value is (206,39,71). Sum of RGB (Red+Green+Blue) = 206+39+71=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2747 is #31D8B8. Grayscale: #5C5C5C. Windows color (decimal): -3266745 or 4663246. OLE color: 4663246.

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

Color convert

RGB 206 39 71 -
CMYK 0 0.81 0.66 0.19
HSL 348.5º 0.68% 0.48% -
HSV(B) 348.5º 0.81% 0.81% -
XYZ 27.32 15.03 7.42 -
YUV 92.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 206 39 71 0 0.81 0.66 0.19 348.5 0.68 0.48
Hex CE 27 47 0 51 42 13 15D 44 30
Octal 316 47 107 0 121 102 23 535 104 60
Binary 11001110 100111 1000111 0 1010001 1000010 10011 101011101 1000100 110000

Color Harmonies of #CE2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2747

Black with #CE2747

Text Example


Text Example

White with #CE2747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2747; }

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

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

background-color css

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

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

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

border-color css

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

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

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