Html Css Color HEX #CE2845 Brick Red

📋 copy color: '#CE2845'

red 206 ◦ green 40 ◦ blue 69

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

Shades of Brick Red #CE2845

Tints of Brick Red #CE2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 65.4%
G = 12.7%
B = 21.9%

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

#CE2845 (or 0xCE2845) is known color: Brick Red. HEX triplet: CE, 28 and 45. RGB value is (206,40,69). Sum of RGB (Red+Green+Blue) = 206+40+69=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2845 is #31D7BA. Grayscale: #5C5C5C. Windows color (decimal): -3266491 or 4532430. OLE color: 4532430.

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

Color convert

RGB 206 40 69 -
CMYK 0 0.81 0.67 0.19
HSL 349.52º 0.67% 0.48% -
HSV(B) 349.52º 0.81% 0.81% -
XYZ 27.29 15.07 7.1 -
YUV 92.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 206 40 69 0 0.81 0.67 0.19 349.52 0.67 0.48
Hex CE 28 45 0 51 43 13 15E 43 30
Octal 316 50 105 0 121 103 23 536 103 60
Binary 11001110 101000 1000101 0 1010001 1000011 10011 101011110 1000011 110000

Color Harmonies of #CE2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2845

Black with #CE2845

Text Example


Text Example

White with #CE2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2845; }

 p { color: rgb(206,40,69); }

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

background-color css

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

 a { background-color: rgb(206,40,69); }

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

border-color css

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

 span { border-color: rgb(206,40,69); }

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