Html Css Color HEX #CE2540 Brick Red

📋 copy color: '#CE2540'

red 206 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #CE2540

Tints of Brick Red #CE2540

RGB

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

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

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

R = 67.1%
G = 12.05%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE2540 (or 0xCE2540) is known color: Brick Red. HEX triplet: CE, 25 and 40. RGB value is (206,37,64). Sum of RGB (Red+Green+Blue) = 206+37+64=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2540 is #31DABF. Grayscale: #5A5A5A. Windows color (decimal): -3267264 or 4203982. OLE color: 4203982.

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

Color convert

RGB 206 37 64 -
CMYK 0 0.82 0.69 0.19
HSL 350.41º 0.7% 0.48% -
HSV(B) 350.41º 0.82% 0.81% -
XYZ 27.04 14.82 6.28 -
YUV 90.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 206 37 64 0 0.82 0.69 0.19 350.41 0.7 0.48
Hex CE 25 40 0 52 45 13 15E 46 30
Octal 316 45 100 0 122 105 23 536 106 60
Binary 11001110 100101 1000000 0 1010010 1000101 10011 101011110 1000110 110000

Color Harmonies of #CE2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2540

Black with #CE2540

Text Example


Text Example

White with #CE2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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