Html Css Color HEX #CE2545 Brick Red

📋 copy color: '#CE2545'

red 206 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #CE2545

Tints of Brick Red #CE2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 66.03%
G = 11.86%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2545 (or 0xCE2545) is known color: Brick Red. HEX triplet: CE, 25 and 45. RGB value is (206,37,69). Sum of RGB (Red+Green+Blue) = 206+37+69=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2545 is #31DABA. Grayscale: #5B5B5B. Windows color (decimal): -3267259 or 4531662. OLE color: 4531662.

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

Color convert

RGB 206 37 69 -
CMYK 0 0.82 0.67 0.19
HSL 348.64º 0.7% 0.48% -
HSV(B) 348.64º 0.82% 0.81% -
XYZ 27.19 14.87 7.07 -
YUV 91.18 115.49 209.9 -
System Red Green Blue C M Y K H S L
Decimal 206 37 69 0 0.82 0.67 0.19 348.64 0.7 0.48
Hex CE 25 45 0 52 43 13 15D 46 30
Octal 316 45 105 0 122 103 23 535 106 60
Binary 11001110 100101 1000101 0 1010010 1000011 10011 101011101 1000110 110000

Color Harmonies of #CE2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2545

Black with #CE2545

Text Example


Text Example

White with #CE2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2545; }

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

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

background-color css

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

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

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

border-color css

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

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

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