Html Css Color HEX #E63131 Cinnabar

📋 copy color: '#E63131'

red 230 ◦ green 49 ◦ blue 49

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

Shades of Cinnabar #E63131

Tints of Cinnabar #E63131

RGB

 RED value IS 230 (90.23% from 255) = 70.12%

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 70.12%
G = 14.94%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E63131 (or 0xE63131) is known color: Cinnabar. HEX triplet: E6, 31 and 31. RGB value is (230,49,49). Sum of RGB (Red+Green+Blue) = 230+49+49=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E63131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63131 is #19CECE. Grayscale: #676767. Windows color (decimal): -1691343 or 3224038. OLE color: 3224038.

HSL color Cylindrical-coordinate representation of color #E63131: hue angle of 0º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63131 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 49 49 -
CMYK 0 0.79 0.79 0.10
HSL 0.78% 0.55% -
HSV(B) 0.79% 0.9% -
XYZ 34.29 19.24 4.81 -
YUV 103.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 230 49 49 0 0.79 0.79 0.10 0 0.78 0.55
Hex E6 31 31 0 4F 4F A 0 4E 37
Octal 346 61 61 0 117 117 12 0 116 67
Binary 11100110 110001 110001 0 1001111 1001111 1010 0 1001110 110111

Color Harmonies of #E63131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63131

Black with #E63131

Text Example


Text Example

White with #E63131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63131; }

 p { color: rgb(230,49,49); }

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

background-color css

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

 a { background-color: rgb(230,49,49); }

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

border-color css

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

 span { border-color: rgb(230,49,49); }

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