Html Css Color HEX #CE2738 Brick Red

📋 copy color: '#CE2738'

red 206 ◦ green 39 ◦ blue 56

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

Shades of Brick Red #CE2738

Tints of Brick Red #CE2738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 68.44%
G = 12.96%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE2738 (or 0xCE2738) is known color: Brick Red. HEX triplet: CE, 27 and 38. RGB value is (206,39,56). Sum of RGB (Red+Green+Blue) = 206+39+56=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2738 is #31D8C7. Grayscale: #5A5A5A. Windows color (decimal): -3266760 or 3680206. OLE color: 3680206.

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

Color convert

RGB 206 39 56 -
CMYK 0 0.81 0.73 0.19
HSL 353.89º 0.68% 0.48% -
HSV(B) 353.89º 0.81% 0.81% -
XYZ 26.89 14.86 5.19 -
YUV 90.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 206 39 56 0 0.81 0.73 0.19 353.89 0.68 0.48
Hex CE 27 38 0 51 49 13 162 44 30
Octal 316 47 70 0 121 111 23 542 104 60
Binary 11001110 100111 111000 0 1010001 1001001 10011 101100010 1000100 110000

Color Harmonies of #CE2738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2738

Black with #CE2738

Text Example


Text Example

White with #CE2738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2738; }

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

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

background-color css

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

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

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

border-color css

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

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

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