Html Css Color HEX #E4312A Cinnabar

📋 copy color: '#E4312A'

red 228 ◦ green 49 ◦ blue 42

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

Shades of Cinnabar #E4312A

Tints of Cinnabar #E4312A

RGB

 RED value IS 228 (89.45% from 255) = 71.47%

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

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 71.47%
G = 15.36%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4312A (or 0xE4312A) is known color: Cinnabar. HEX triplet: E4, 31 and 2A. RGB value is (228,49,42). Sum of RGB (Red+Green+Blue) = 228+49+42=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E4312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4312A is #1BCED5. Grayscale: #656565. Windows color (decimal): -1822422 or 2765284. OLE color: 2765284.

HSL color Cylindrical-coordinate representation of color #E4312A: hue angle of 2.26º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4312A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 49 42 -
CMYK 0 0.79 0.82 0.11
HSL 2.26º 0.78% 0.53% -
HSV(B) 2.26º 0.82% 0.89% -
XYZ 33.51 18.86 4.06 -
YUV 101.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 228 49 42 0 0.79 0.82 0.11 2.26 0.78 0.53
Hex E4 31 2A 0 4F 52 B 2 4E 35
Octal 344 61 52 0 117 122 13 2 116 65
Binary 11100100 110001 101010 0 1001111 1010010 1011 10 1001110 110101

Color Harmonies of #E4312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4312A

Black with #E4312A

Text Example


Text Example

White with #E4312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4312A; }

 p { color: rgb(228,49,42); }

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

background-color css

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

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

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

border-color css

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

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

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