Html Css Color HEX #CE3B49 Brick Red

📋 copy color: '#CE3B49'

red 206 ◦ green 59 ◦ blue 73

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

Shades of Brick Red #CE3B49

Tints of Brick Red #CE3B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 60.95%
G = 17.46%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3B49 (or 0xCE3B49) is known color: Brick Red. HEX triplet: CE, 3B and 49. RGB value is (206,59,73). Sum of RGB (Red+Green+Blue) = 206+59+73=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3B49 is #31C4B6. Grayscale: #686868. Windows color (decimal): -3261623 or 4799438. OLE color: 4799438.

HSL color Cylindrical-coordinate representation of color #CE3B49: hue angle of 354.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3B49 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 59 73 -
CMYK 0 0.71 0.65 0.19
HSL 354.29º 0.6% 0.52% -
HSV(B) 354.29º 0.71% 0.81% -
XYZ 28.22 16.73 8.05 -
YUV 104.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 206 59 73 0 0.71 0.65 0.19 354.29 0.6 0.52
Hex CE 3B 49 0 47 41 13 162 3C 34
Octal 316 73 111 0 107 101 23 542 74 64
Binary 11001110 111011 1001001 0 1000111 1000001 10011 101100010 111100 110100

Color Harmonies of #CE3B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B49

Black with #CE3B49

Text Example


Text Example

White with #CE3B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B49; }

 p { color: rgb(206,59,73); }

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

background-color css

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

 a { background-color: rgb(206,59,73); }

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

border-color css

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

 span { border-color: rgb(206,59,73); }

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