Html Css Color HEX #CE2447 Brick Red

📋 copy color: '#CE2447'

red 206 ◦ green 36 ◦ blue 71

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

Shades of Brick Red #CE2447

Tints of Brick Red #CE2447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 65.81%
G = 11.5%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2447 (or 0xCE2447) is known color: Brick Red. HEX triplet: CE, 24 and 47. RGB value is (206,36,71). Sum of RGB (Red+Green+Blue) = 206+36+71=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2447 is #31DBB8. Grayscale: #5A5A5A. Windows color (decimal): -3267513 or 4662478. OLE color: 4662478.

HSL color Cylindrical-coordinate representation of color #CE2447: hue angle of 347.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2447 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 71 -
CMYK 0 0.83 0.66 0.19
HSL 347.65º 0.7% 0.47% -
HSV(B) 347.65º 0.83% 0.81% -
XYZ 27.22 14.84 7.39 -
YUV 90.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 206 36 71 0 0.83 0.66 0.19 347.65 0.7 0.47
Hex CE 24 47 0 53 42 13 15C 46 2F
Octal 316 44 107 0 123 102 23 534 106 57
Binary 11001110 100100 1000111 0 1010011 1000010 10011 101011100 1000110 101111

Color Harmonies of #CE2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2447

Black with #CE2447

Text Example


Text Example

White with #CE2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2447; }

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

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

background-color css

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

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

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

border-color css

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

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

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