Html Css Color HEX #CE3848 Brick Red

📋 copy color: '#CE3848'

red 206 ◦ green 56 ◦ blue 72

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

Shades of Brick Red #CE3848

Tints of Brick Red #CE3848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 61.68%
G = 16.77%
B = 21.56%

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

#CE3848 (or 0xCE3848) is known color: Brick Red. HEX triplet: CE, 38 and 48. RGB value is (206,56,72). Sum of RGB (Red+Green+Blue) = 206+56+72=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3848 is #31C7B7. Grayscale: #666666. Windows color (decimal): -3262392 or 4733134. OLE color: 4733134.

HSL color Cylindrical-coordinate representation of color #CE3848: hue angle of 353.6º degrees, saturation: 0.6, 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 #CE3848 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 72 -
CMYK 0 0.73 0.65 0.19
HSL 353.6º 0.6% 0.51% -
HSV(B) 353.6º 0.73% 0.81% -
XYZ 28.04 16.42 7.82 -
YUV 102.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 206 56 72 0 0.73 0.65 0.19 353.6 0.6 0.51
Hex CE 38 48 0 49 41 13 162 3C 33
Octal 316 70 110 0 111 101 23 542 74 63
Binary 11001110 111000 1001000 0 1001001 1000001 10011 101100010 111100 110011

Color Harmonies of #CE3848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3848

Black with #CE3848

Text Example


Text Example

White with #CE3848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3848; }

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

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

background-color css

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

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

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

border-color css

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

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

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