Html Css Color HEX #CE2739 Brick Red

📋 copy color: '#CE2739'

red 206 ◦ green 39 ◦ blue 57

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

Shades of Brick Red #CE2739

Tints of Brick Red #CE2739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 68.21%
G = 12.91%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE2739 (or 0xCE2739) is known color: Brick Red. HEX triplet: CE, 27 and 39. RGB value is (206,39,57). Sum of RGB (Red+Green+Blue) = 206+39+57=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2739 is #31D8C6. Grayscale: #5B5B5B. Windows color (decimal): -3266759 or 3745742. OLE color: 3745742.

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

Color convert

RGB 206 39 57 -
CMYK 0 0.81 0.72 0.19
HSL 353.53º 0.68% 0.48% -
HSV(B) 353.53º 0.81% 0.81% -
XYZ 26.92 14.87 5.32 -
YUV 90.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 206 39 57 0 0.81 0.72 0.19 353.53 0.68 0.48
Hex CE 27 39 0 51 48 13 162 44 30
Octal 316 47 71 0 121 110 23 542 104 60
Binary 11001110 100111 111001 0 1010001 1001000 10011 101100010 1000100 110000

Color Harmonies of #CE2739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2739

Black with #CE2739

Text Example


Text Example

White with #CE2739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2739; }

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

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

background-color css

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

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

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

border-color css

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

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

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