Html Css Color HEX #CE2744 Brick Red

📋 copy color: '#CE2744'

red 206 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #CE2744

Tints of Brick Red #CE2744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 65.81%
G = 12.46%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2744 (or 0xCE2744) is known color: Brick Red. HEX triplet: CE, 27 and 44. RGB value is (206,39,68). Sum of RGB (Red+Green+Blue) = 206+39+68=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2744 is #31D8BB. Grayscale: #5C5C5C. Windows color (decimal): -3266748 or 4466638. OLE color: 4466638.

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

Color convert

RGB 206 39 68 -
CMYK 0 0.81 0.67 0.19
HSL 349.58º 0.68% 0.48% -
HSV(B) 349.58º 0.81% 0.81% -
XYZ 27.22 14.99 6.93 -
YUV 92.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 206 39 68 0 0.81 0.67 0.19 349.58 0.68 0.48
Hex CE 27 44 0 51 43 13 15E 44 30
Octal 316 47 104 0 121 103 23 536 104 60
Binary 11001110 100111 1000100 0 1010001 1000011 10011 101011110 1000100 110000

Color Harmonies of #CE2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2744

Black with #CE2744

Text Example


Text Example

White with #CE2744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2744; }

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

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

background-color css

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

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

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

border-color css

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

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

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