Html Css Color HEX #CE3945 Brick Red

📋 copy color: '#CE3945'

red 206 ◦ green 57 ◦ blue 69

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

Shades of Brick Red #CE3945

Tints of Brick Red #CE3945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

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

R = 62.05%
G = 17.17%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3945 (or 0xCE3945) is known color: Brick Red. HEX triplet: CE, 39 and 45. RGB value is (206,57,69). Sum of RGB (Red+Green+Blue) = 206+57+69=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3945 is #31C6BA. Grayscale: #676767. Windows color (decimal): -3262139 or 4536782. OLE color: 4536782.

HSL color Cylindrical-coordinate representation of color #CE3945: hue angle of 355.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3945 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 69 -
CMYK 0 0.72 0.67 0.19
HSL 355.17º 0.6% 0.52% -
HSV(B) 355.17º 0.72% 0.81% -
XYZ 27.99 16.48 7.34 -
YUV 102.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 206 57 69 0 0.72 0.67 0.19 355.17 0.6 0.52
Hex CE 39 45 0 48 43 13 163 3C 34
Octal 316 71 105 0 110 103 23 543 74 64
Binary 11001110 111001 1000101 0 1001000 1000011 10011 101100011 111100 110100

Color Harmonies of #CE3945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3945

Black with #CE3945

Text Example


Text Example

White with #CE3945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3945; }

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

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

background-color css

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

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

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

border-color css

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

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

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