Html Css Color HEX #CE2842 Brick Red

📋 copy color: '#CE2842'

red 206 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #CE2842

Tints of Brick Red #CE2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 66.03%
G = 12.82%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2842 (or 0xCE2842) is known color: Brick Red. HEX triplet: CE, 28 and 42. RGB value is (206,40,66). Sum of RGB (Red+Green+Blue) = 206+40+66=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2842 is #31D7BD. Grayscale: #5C5C5C. Windows color (decimal): -3266494 or 4335822. OLE color: 4335822.

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

Color convert

RGB 206 40 66 -
CMYK 0 0.81 0.68 0.19
HSL 350.6º 0.67% 0.48% -
HSV(B) 350.6º 0.81% 0.81% -
XYZ 27.2 15.03 6.62 -
YUV 92.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 206 40 66 0 0.81 0.68 0.19 350.6 0.67 0.48
Hex CE 28 42 0 51 44 13 15F 43 30
Octal 316 50 102 0 121 104 23 537 103 60
Binary 11001110 101000 1000010 0 1010001 1000100 10011 101011111 1000011 110000

Color Harmonies of #CE2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2842

Black with #CE2842

Text Example


Text Example

White with #CE2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2842; }

 p { color: rgb(206,40,66); }

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

background-color css

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

 a { background-color: rgb(206,40,66); }

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

border-color css

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

 span { border-color: rgb(206,40,66); }

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