Html Css Color HEX #E4342C Cinnabar

📋 copy color: '#E4342C'

red 228 ◦ green 52 ◦ blue 44

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

Shades of Cinnabar #E4342C

Tints of Cinnabar #E4342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 70.37%
G = 16.05%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E4342C (or 0xE4342C) is known color: Cinnabar. HEX triplet: E4, 34 and 2C. RGB value is (228,52,44). Sum of RGB (Red+Green+Blue) = 228+52+44=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4342C is #1BCBD3. Grayscale: #676767. Windows color (decimal): -1821652 or 2897124. OLE color: 2897124.

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

Color convert

RGB 228 52 44 -
CMYK 0 0.77 0.81 0.11
HSL 2.61º 0.77% 0.53% -
HSV(B) 2.61º 0.81% 0.89% -
XYZ 33.68 19.13 4.3 -
YUV 103.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 228 52 44 0 0.77 0.81 0.11 2.61 0.77 0.53
Hex E4 34 2C 0 4D 51 B 3 4D 35
Octal 344 64 54 0 115 121 13 3 115 65
Binary 11100100 110100 101100 0 1001101 1010001 1011 11 1001101 110101

Color Harmonies of #E4342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4342C

Black with #E4342C

Text Example


Text Example

White with #E4342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4342C; }

 p { color: rgb(228,52,44); }

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

background-color css

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

 a { background-color: rgb(228,52,44); }

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

border-color css

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

 span { border-color: rgb(228,52,44); }

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