Html Css Color HEX #E4342A Cinnabar

📋 copy color: '#E4342A'

red 228 ◦ green 52 ◦ blue 42

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

Shades of Cinnabar #E4342A

Tints of Cinnabar #E4342A

RGB

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

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

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

R = 70.81%
G = 16.15%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4342A (or 0xE4342A) is known color: Cinnabar. HEX triplet: E4, 34 and 2A. RGB value is (228,52,42). Sum of RGB (Red+Green+Blue) = 228+52+42=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4342A is #1BCBD5. Grayscale: #676767. Windows color (decimal): -1821654 or 2766052. OLE color: 2766052.

HSL color Cylindrical-coordinate representation of color #E4342A: hue angle of 3.23º 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 #E4342A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 52 42 -
CMYK 0 0.77 0.82 0.11
HSL 3.23º 0.78% 0.53% -
HSV(B) 3.23º 0.82% 0.89% -
XYZ 33.64 19.12 4.11 -
YUV 103.48 93.31 216.81 -
System Red Green Blue C M Y K H S L
Decimal 228 52 42 0 0.77 0.82 0.11 3.23 0.78 0.53
Hex E4 34 2A 0 4D 52 B 3 4E 35
Octal 344 64 52 0 115 122 13 3 116 65
Binary 11100100 110100 101010 0 1001101 1010010 1011 11 1001110 110101

Color Harmonies of #E4342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4342A

Black with #E4342A

Text Example


Text Example

White with #E4342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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