Html Css Color HEX #CE3748 Brick Red

📋 copy color: '#CE3748'

red 206 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #CE3748

Tints of Brick Red #CE3748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 61.86%
G = 16.52%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3748 (or 0xCE3748) is known color: Brick Red. HEX triplet: CE, 37 and 48. RGB value is (206,55,72). Sum of RGB (Red+Green+Blue) = 206+55+72=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3748 is #31C8B7. Grayscale: #666666. Windows color (decimal): -3262648 or 4732878. OLE color: 4732878.

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

Color convert

RGB 206 55 72 -
CMYK 0 0.73 0.65 0.19
HSL 353.25º 0.61% 0.51% -
HSV(B) 353.25º 0.73% 0.81% -
XYZ 27.99 16.32 7.81 -
YUV 102.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 206 55 72 0 0.73 0.65 0.19 353.25 0.61 0.51
Hex CE 37 48 0 49 41 13 161 3D 33
Octal 316 67 110 0 111 101 23 541 75 63
Binary 11001110 110111 1001000 0 1001001 1000001 10011 101100001 111101 110011

Color Harmonies of #CE3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3748

Black with #CE3748

Text Example


Text Example

White with #CE3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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