Html Css Color HEX #CE2938 Brick Red

📋 copy color: '#CE2938'

red 206 ◦ green 41 ◦ blue 56

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

Shades of Brick Red #CE2938

Tints of Brick Red #CE2938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 67.99%
G = 13.53%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE2938 (or 0xCE2938) is known color: Brick Red. HEX triplet: CE, 29 and 38. RGB value is (206,41,56). Sum of RGB (Red+Green+Blue) = 206+41+56=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2938 is #31D6C7. Grayscale: #5C5C5C. Windows color (decimal): -3266248 or 3680718. OLE color: 3680718.

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

Color convert

RGB 206 41 56 -
CMYK 0 0.80 0.73 0.19
HSL 354.55º 0.67% 0.48% -
HSV(B) 354.55º 0.8% 0.81% -
XYZ 26.96 14.99 5.21 -
YUV 92.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 206 41 56 0 0.80 0.73 0.19 354.55 0.67 0.48
Hex CE 29 38 0 50 49 13 163 43 30
Octal 316 51 70 0 120 111 23 543 103 60
Binary 11001110 101001 111000 0 1010000 1001001 10011 101100011 1000011 110000

Color Harmonies of #CE2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2938

Black with #CE2938

Text Example


Text Example

White with #CE2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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