Html Css Color HEX #CE2749 Brick Red

📋 copy color: '#CE2749'

red 206 ◦ green 39 ◦ blue 73

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

Shades of Brick Red #CE2749

Tints of Brick Red #CE2749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 64.78%
G = 12.26%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2749 (or 0xCE2749) is known color: Brick Red. HEX triplet: CE, 27 and 49. RGB value is (206,39,73). Sum of RGB (Red+Green+Blue) = 206+39+73=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2749 is #31D8B6. Grayscale: #5C5C5C. Windows color (decimal): -3266743 or 4794318. OLE color: 4794318.

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

Color convert

RGB 206 39 73 -
CMYK 0 0.81 0.65 0.19
HSL 347.78º 0.68% 0.48% -
HSV(B) 347.78º 0.81% 0.81% -
XYZ 27.38 15.05 7.77 -
YUV 92.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 206 39 73 0 0.81 0.65 0.19 347.78 0.68 0.48
Hex CE 27 49 0 51 41 13 15C 44 30
Octal 316 47 111 0 121 101 23 534 104 60
Binary 11001110 100111 1001001 0 1010001 1000001 10011 101011100 1000100 110000

Color Harmonies of #CE2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2749

Black with #CE2749

Text Example


Text Example

White with #CE2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2749; }

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

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

background-color css

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

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

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

border-color css

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

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

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