Html Css Color HEX #CE2D44 Brick Red

📋 copy color: '#CE2D44'

red 206 ◦ green 45 ◦ blue 68

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

Shades of Brick Red #CE2D44

Tints of Brick Red #CE2D44

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

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

R = 64.58%
G = 14.11%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2D44 (or 0xCE2D44) is known color: Brick Red. HEX triplet: CE, 2D and 44. RGB value is (206,45,68). Sum of RGB (Red+Green+Blue) = 206+45+68=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D44 is #31D2BB. Grayscale: #5F5F5F. Windows color (decimal): -3265212 or 4468174. OLE color: 4468174.

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

Color convert

RGB 206 45 68 -
CMYK 0 0.78 0.67 0.19
HSL 351.43º 0.64% 0.49% -
HSV(B) 351.43º 0.78% 0.81% -
XYZ 27.44 15.42 7 -
YUV 95.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 206 45 68 0 0.78 0.67 0.19 351.43 0.64 0.49
Hex CE 2D 44 0 4E 43 13 15F 40 31
Octal 316 55 104 0 116 103 23 537 100 61
Binary 11001110 101101 1000100 0 1001110 1000011 10011 101011111 1000000 110001

Color Harmonies of #CE2D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D44

Black with #CE2D44

Text Example


Text Example

White with #CE2D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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