Html Css Color HEX #CE3E48 Brick Red

📋 copy color: '#CE3E48'

red 206 ◦ green 62 ◦ blue 72

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

Shades of Brick Red #CE3E48

Tints of Brick Red #CE3E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

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

R = 60.59%
G = 18.24%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3E48 (or 0xCE3E48) is known color: Brick Red. HEX triplet: CE, 3E and 48. RGB value is (206,62,72). Sum of RGB (Red+Green+Blue) = 206+62+72=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E48 is #31C1B7. Grayscale: #6A6A6A. Windows color (decimal): -3260856 or 4734670. OLE color: 4734670.

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

Color convert

RGB 206 62 72 -
CMYK 0 0.70 0.65 0.19
HSL 355.83º 0.6% 0.53% -
HSV(B) 355.83º 0.7% 0.81% -
XYZ 28.35 17.03 7.92 -
YUV 106.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 206 62 72 0 0.70 0.65 0.19 355.83 0.6 0.53
Hex CE 3E 48 0 46 41 13 164 3C 35
Octal 316 76 110 0 106 101 23 544 74 65
Binary 11001110 111110 1001000 0 1000110 1000001 10011 101100100 111100 110101

Color Harmonies of #CE3E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E48

Black with #CE3E48

Text Example


Text Example

White with #CE3E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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