Html Css Color HEX #CE3845 Brick Red

📋 copy color: '#CE3845'

red 206 ◦ green 56 ◦ blue 69

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

Shades of Brick Red #CE3845

Tints of Brick Red #CE3845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 62.24%
G = 16.92%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3845 (or 0xCE3845) is known color: Brick Red. HEX triplet: CE, 38 and 45. RGB value is (206,56,69). Sum of RGB (Red+Green+Blue) = 206+56+69=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3845 is #31C7BA. Grayscale: #666666. Windows color (decimal): -3262395 or 4536526. OLE color: 4536526.

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

Color convert

RGB 206 56 69 -
CMYK 0 0.73 0.67 0.19
HSL 354.8º 0.6% 0.51% -
HSV(B) 354.8º 0.73% 0.81% -
XYZ 27.94 16.38 7.32 -
YUV 102.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 206 56 69 0 0.73 0.67 0.19 354.8 0.6 0.51
Hex CE 38 45 0 49 43 13 163 3C 33
Octal 316 70 105 0 111 103 23 543 74 63
Binary 11001110 111000 1000101 0 1001001 1000011 10011 101100011 111100 110011

Color Harmonies of #CE3845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3845

Black with #CE3845

Text Example


Text Example

White with #CE3845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3845; }

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

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

background-color css

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

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

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

border-color css

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

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

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