Html Css Color HEX #CE3548 Brick Red

📋 copy color: '#CE3548'

red 206 ◦ green 53 ◦ blue 72

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

Shades of Brick Red #CE3548

Tints of Brick Red #CE3548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 62.24%
G = 16.01%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3548 (or 0xCE3548) is known color: Brick Red. HEX triplet: CE, 35 and 48. RGB value is (206,53,72). Sum of RGB (Red+Green+Blue) = 206+53+72=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3548 is #31CAB7. Grayscale: #646464. Windows color (decimal): -3263160 or 4732366. OLE color: 4732366.

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

Color convert

RGB 206 53 72 -
CMYK 0 0.74 0.65 0.19
HSL 352.55º 0.61% 0.51% -
HSV(B) 352.55º 0.74% 0.81% -
XYZ 27.9 16.14 7.78 -
YUV 100.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 206 53 72 0 0.74 0.65 0.19 352.55 0.61 0.51
Hex CE 35 48 0 4A 41 13 161 3D 33
Octal 316 65 110 0 112 101 23 541 75 63
Binary 11001110 110101 1001000 0 1001010 1000001 10011 101100001 111101 110011

Color Harmonies of #CE3548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3548

Black with #CE3548

Text Example


Text Example

White with #CE3548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3548; }

 p { color: rgb(206,53,72); }

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

background-color css

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

 a { background-color: rgb(206,53,72); }

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

border-color css

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

 span { border-color: rgb(206,53,72); }

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