Html Css Color HEX #CE2643 Brick Red

📋 copy color: '#CE2643'

red 206 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #CE2643

Tints of Brick Red #CE2643

RGB

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

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

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

R = 66.24%
G = 12.22%
B = 21.54%

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

#CE2643 (or 0xCE2643) is known color: Brick Red. HEX triplet: CE, 26 and 43. RGB value is (206,38,67). Sum of RGB (Red+Green+Blue) = 206+38+67=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2643 is #31D9BC. Grayscale: #5B5B5B. Windows color (decimal): -3267005 or 4400846. OLE color: 4400846.

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

Color convert

RGB 206 38 67 -
CMYK 0 0.82 0.67 0.19
HSL 349.64º 0.69% 0.48% -
HSV(B) 349.64º 0.82% 0.81% -
XYZ 27.16 14.91 6.76 -
YUV 91.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 206 38 67 0 0.82 0.67 0.19 349.64 0.69 0.48
Hex CE 26 43 0 52 43 13 15E 45 30
Octal 316 46 103 0 122 103 23 536 105 60
Binary 11001110 100110 1000011 0 1010010 1000011 10011 101011110 1000101 110000

Color Harmonies of #CE2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2643

Black with #CE2643

Text Example


Text Example

White with #CE2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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