Html Css Color HEX #CE2939 Brick Red

📋 copy color: '#CE2939'

red 206 ◦ green 41 ◦ blue 57

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

Shades of Brick Red #CE2939

Tints of Brick Red #CE2939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 67.76%
G = 13.49%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE2939 (or 0xCE2939) is known color: Brick Red. HEX triplet: CE, 29 and 39. RGB value is (206,41,57). Sum of RGB (Red+Green+Blue) = 206+41+57=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2939 is #31D6C6. Grayscale: #5C5C5C. Windows color (decimal): -3266247 or 3746254. OLE color: 3746254.

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

Color convert

RGB 206 41 57 -
CMYK 0 0.80 0.72 0.19
HSL 354.18º 0.67% 0.48% -
HSV(B) 354.18º 0.8% 0.81% -
XYZ 26.99 15 5.34 -
YUV 92.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 206 41 57 0 0.80 0.72 0.19 354.18 0.67 0.48
Hex CE 29 39 0 50 48 13 162 43 30
Octal 316 51 71 0 120 110 23 542 103 60
Binary 11001110 101001 111001 0 1010000 1001000 10011 101100010 1000011 110000

Color Harmonies of #CE2939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2939

Black with #CE2939

Text Example


Text Example

White with #CE2939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2939; }

 p { color: rgb(206,41,57); }

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

background-color css

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

 a { background-color: rgb(206,41,57); }

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

border-color css

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

 span { border-color: rgb(206,41,57); }

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