Html Css Color HEX #CE3244 Brick Red

📋 copy color: '#CE3244'

red 206 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #CE3244

Tints of Brick Red #CE3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 63.58%
G = 15.43%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3244 (or 0xCE3244) is known color: Brick Red. HEX triplet: CE, 32 and 44. RGB value is (206,50,68). Sum of RGB (Red+Green+Blue) = 206+50+68=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3244 is #31CDBB. Grayscale: #626262. Windows color (decimal): -3263932 or 4469454. OLE color: 4469454.

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

Color convert

RGB 206 50 68 -
CMYK 0 0.76 0.67 0.19
HSL 353.08º 0.61% 0.5% -
HSV(B) 353.08º 0.76% 0.81% -
XYZ 27.64 15.82 7.07 -
YUV 98.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 206 50 68 0 0.76 0.67 0.19 353.08 0.61 0.5
Hex CE 32 44 0 4C 43 13 161 3D 32
Octal 316 62 104 0 114 103 23 541 75 62
Binary 11001110 110010 1000100 0 1001100 1000011 10011 101100001 111101 110010

Color Harmonies of #CE3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3244

Black with #CE3244

Text Example


Text Example

White with #CE3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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