Html Css Color HEX #CE2644 Brick Red

📋 copy color: '#CE2644'

red 206 ◦ green 38 ◦ blue 68

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

Shades of Brick Red #CE2644

Tints of Brick Red #CE2644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 66.03%
G = 12.18%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2644 (or 0xCE2644) is known color: Brick Red. HEX triplet: CE, 26 and 44. RGB value is (206,38,68). Sum of RGB (Red+Green+Blue) = 206+38+68=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2644 is #31D9BB. Grayscale: #5B5B5B. Windows color (decimal): -3267004 or 4466382. OLE color: 4466382.

HSL color Cylindrical-coordinate representation of color #CE2644: hue angle of 349.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2644 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 68 -
CMYK 0 0.82 0.67 0.19
HSL 349.29º 0.69% 0.48% -
HSV(B) 349.29º 0.82% 0.81% -
XYZ 27.19 14.93 6.92 -
YUV 91.65 114.66 209.56 -
System Red Green Blue C M Y K H S L
Decimal 206 38 68 0 0.82 0.67 0.19 349.29 0.69 0.48
Hex CE 26 44 0 52 43 13 15D 45 30
Octal 316 46 104 0 122 103 23 535 105 60
Binary 11001110 100110 1000100 0 1010010 1000011 10011 101011101 1000101 110000

Color Harmonies of #CE2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2644

Black with #CE2644

Text Example


Text Example

White with #CE2644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2644; }

 p { color: rgb(206,38,68); }

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

background-color css

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

 a { background-color: rgb(206,38,68); }

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

border-color css

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

 span { border-color: rgb(206,38,68); }

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