Html Css Color HEX #CE3745 Brick Red

📋 copy color: '#CE3745'

red 206 ◦ green 55 ◦ blue 69

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

Shades of Brick Red #CE3745

Tints of Brick Red #CE3745

RGB

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

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

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

R = 62.42%
G = 16.67%
B = 20.91%

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

#CE3745 (or 0xCE3745) is known color: Brick Red. HEX triplet: CE, 37 and 45. RGB value is (206,55,69). Sum of RGB (Red+Green+Blue) = 206+55+69=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3745 is #31C8BA. Grayscale: #656565. Windows color (decimal): -3262651 or 4536270. OLE color: 4536270.

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

Color convert

RGB 206 55 69 -
CMYK 0 0.73 0.67 0.19
HSL 354.44º 0.61% 0.51% -
HSV(B) 354.44º 0.73% 0.81% -
XYZ 27.89 16.28 7.3 -
YUV 101.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 206 55 69 0 0.73 0.67 0.19 354.44 0.61 0.51
Hex CE 37 45 0 49 43 13 162 3D 33
Octal 316 67 105 0 111 103 23 542 75 63
Binary 11001110 110111 1000101 0 1001001 1000011 10011 101100010 111101 110011

Color Harmonies of #CE3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3745

Black with #CE3745

Text Example


Text Example

White with #CE3745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3745; }

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

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

background-color css

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

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

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

border-color css

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

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

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