Html Css Color HEX #CE2446 Brick Red

📋 copy color: '#CE2446'

red 206 ◦ green 36 ◦ blue 70

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

Shades of Brick Red #CE2446

Tints of Brick Red #CE2446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 66.03%
G = 11.54%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2446 (or 0xCE2446) is known color: Brick Red. HEX triplet: CE, 24 and 46. RGB value is (206,36,70). Sum of RGB (Red+Green+Blue) = 206+36+70=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2446 is #31DBB9. Grayscale: #5A5A5A. Windows color (decimal): -3267514 or 4596942. OLE color: 4596942.

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

Color convert

RGB 206 36 70 -
CMYK 0 0.83 0.66 0.19
HSL 348º 0.7% 0.47% -
HSV(B) 348º 0.83% 0.81% -
XYZ 27.19 14.83 7.22 -
YUV 90.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 206 36 70 0 0.83 0.66 0.19 348 0.7 0.47
Hex CE 24 46 0 53 42 13 15C 46 2F
Octal 316 44 106 0 123 102 23 534 106 57
Binary 11001110 100100 1000110 0 1010011 1000010 10011 101011100 1000110 101111

Color Harmonies of #CE2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2446

Black with #CE2446

Text Example


Text Example

White with #CE2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2446; }

 p { color: rgb(206,36,70); }

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

background-color css

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

 a { background-color: rgb(206,36,70); }

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

border-color css

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

 span { border-color: rgb(206,36,70); }

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