Html Css Color HEX #CE2445 Brick Red

📋 copy color: '#CE2445'

red 206 ◦ green 36 ◦ blue 69

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

Shades of Brick Red #CE2445

Tints of Brick Red #CE2445

RGB

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

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

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

R = 66.24%
G = 11.58%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2445 (or 0xCE2445) is known color: Brick Red. HEX triplet: CE, 24 and 45. RGB value is (206,36,69). Sum of RGB (Red+Green+Blue) = 206+36+69=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2445 is #31DBBA. Grayscale: #5A5A5A. Windows color (decimal): -3267515 or 4531406. OLE color: 4531406.

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

Color convert

RGB 206 36 69 -
CMYK 0 0.83 0.67 0.19
HSL 348.35º 0.7% 0.47% -
HSV(B) 348.35º 0.83% 0.81% -
XYZ 27.16 14.81 7.06 -
YUV 90.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 206 36 69 0 0.83 0.67 0.19 348.35 0.7 0.47
Hex CE 24 45 0 53 43 13 15C 46 2F
Octal 316 44 105 0 123 103 23 534 106 57
Binary 11001110 100100 1000101 0 1010011 1000011 10011 101011100 1000110 101111

Color Harmonies of #CE2445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2445

Black with #CE2445

Text Example


Text Example

White with #CE2445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2445; }

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

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

background-color css

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

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

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

border-color css

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

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

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