Html Css Color HEX #CE2344 Brick Red

📋 copy color: '#CE2344'

red 206 ◦ green 35 ◦ blue 68

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

Shades of Brick Red #CE2344

Tints of Brick Red #CE2344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 66.67%
G = 11.33%
B = 22.01%

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

#CE2344 (or 0xCE2344) is known color: Brick Red. HEX triplet: CE, 23 and 44. RGB value is (206,35,68). Sum of RGB (Red+Green+Blue) = 206+35+68=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2344 is #31DCBB. Grayscale: #595959. Windows color (decimal): -3267772 or 4465614. OLE color: 4465614.

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

Color convert

RGB 206 35 68 -
CMYK 0 0.83 0.67 0.19
HSL 348.42º 0.71% 0.47% -
HSV(B) 348.42º 0.83% 0.81% -
XYZ 27.1 14.74 6.89 -
YUV 89.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 206 35 68 0 0.83 0.67 0.19 348.42 0.71 0.47
Hex CE 23 44 0 53 43 13 15C 47 2F
Octal 316 43 104 0 123 103 23 534 107 57
Binary 11001110 100011 1000100 0 1010011 1000011 10011 101011100 1000111 101111

Color Harmonies of #CE2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2344

Black with #CE2344

Text Example


Text Example

White with #CE2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2344; }

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

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

background-color css

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

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

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

border-color css

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

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

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