Html Css Color HEX #CE4048 Brick Red

📋 copy color: '#CE4048'

red 206 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #CE4048

Tints of Brick Red #CE4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

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

R = 60.23%
G = 18.71%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4048 (or 0xCE4048) is known color: Brick Red. HEX triplet: CE, 40 and 48. RGB value is (206,64,72). Sum of RGB (Red+Green+Blue) = 206+64+72=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4048 is #31BFB7. Grayscale: #6B6B6B. Windows color (decimal): -3260344 or 4735182. OLE color: 4735182.

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

Color convert

RGB 206 64 72 -
CMYK 0 0.69 0.65 0.19
HSL 356.62º 0.59% 0.53% -
HSV(B) 356.62º 0.69% 0.81% -
XYZ 28.46 17.26 7.96 -
YUV 107.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 206 64 72 0 0.69 0.65 0.19 356.62 0.59 0.53
Hex CE 40 48 0 45 41 13 165 3B 35
Octal 316 100 110 0 105 101 23 545 73 65
Binary 11001110 1000000 1001000 0 1000101 1000001 10011 101100101 111011 110101

Color Harmonies of #CE4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4048

Black with #CE4048

Text Example


Text Example

White with #CE4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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