Html Css Color HEX #CE3540 Brick Red

📋 copy color: '#CE3540'

red 206 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #CE3540

Tints of Brick Red #CE3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 63.78%
G = 16.41%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE3540 (or 0xCE3540) is known color: Brick Red. HEX triplet: CE, 35 and 40. RGB value is (206,53,64). Sum of RGB (Red+Green+Blue) = 206+53+64=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3540 is #31CABF. Grayscale: #646464. Windows color (decimal): -3263168 or 4208078. OLE color: 4208078.

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

Color convert

RGB 206 53 64 -
CMYK 0 0.74 0.69 0.19
HSL 355.69º 0.61% 0.51% -
HSV(B) 355.69º 0.74% 0.81% -
XYZ 27.65 16.04 6.49 -
YUV 100 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 206 53 64 0 0.74 0.69 0.19 355.69 0.61 0.51
Hex CE 35 40 0 4A 45 13 164 3D 33
Octal 316 65 100 0 112 105 23 544 75 63
Binary 11001110 110101 1000000 0 1001010 1000101 10011 101100100 111101 110011

Color Harmonies of #CE3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3540

Black with #CE3540

Text Example


Text Example

White with #CE3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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