Html Css Color HEX #CE2443 Brick Red

📋 copy color: '#CE2443'

red 206 ◦ green 36 ◦ blue 67

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

Shades of Brick Red #CE2443

Tints of Brick Red #CE2443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 66.67%
G = 11.65%
B = 21.68%

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

#CE2443 (or 0xCE2443) is known color: Brick Red. HEX triplet: CE, 24 and 43. RGB value is (206,36,67). Sum of RGB (Red+Green+Blue) = 206+36+67=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2443 is #31DBBC. Grayscale: #5A5A5A. Windows color (decimal): -3267517 or 4400334. OLE color: 4400334.

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

Color convert

RGB 206 36 67 -
CMYK 0 0.83 0.67 0.19
HSL 349.06º 0.7% 0.47% -
HSV(B) 349.06º 0.83% 0.81% -
XYZ 27.1 14.79 6.74 -
YUV 90.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 206 36 67 0 0.83 0.67 0.19 349.06 0.7 0.47
Hex CE 24 43 0 53 43 13 15D 46 2F
Octal 316 44 103 0 123 103 23 535 106 57
Binary 11001110 100100 1000011 0 1010011 1000011 10011 101011101 1000110 101111

Color Harmonies of #CE2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2443

Black with #CE2443

Text Example


Text Example

White with #CE2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2443; }

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

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

background-color css

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

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

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

border-color css

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

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

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