Html Css Color HEX #CE2E40 Brick Red

📋 copy color: '#CE2E40'

red 206 ◦ green 46 ◦ blue 64

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

Shades of Brick Red #CE2E40

Tints of Brick Red #CE2E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.56%

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

R = 65.19%
G = 14.56%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE2E40 (or 0xCE2E40) is known color: Brick Red. HEX triplet: CE, 2E and 40. RGB value is (206,46,64). Sum of RGB (Red+Green+Blue) = 206+46+64=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E40 is #31D1BF. Grayscale: #5F5F5F. Windows color (decimal): -3264960 or 4206286. OLE color: 4206286.

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

Color convert

RGB 206 46 64 -
CMYK 0 0.78 0.69 0.19
HSL 353.25º 0.63% 0.49% -
HSV(B) 353.25º 0.78% 0.81% -
XYZ 27.36 15.45 6.39 -
YUV 95.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 206 46 64 0 0.78 0.69 0.19 353.25 0.63 0.49
Hex CE 2E 40 0 4E 45 13 161 3F 31
Octal 316 56 100 0 116 105 23 541 77 61
Binary 11001110 101110 1000000 0 1001110 1000101 10011 101100001 111111 110001

Color Harmonies of #CE2E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E40

Black with #CE2E40

Text Example


Text Example

White with #CE2E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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