Html Css Color HEX #E34F42 Cinnabar

📋 copy color: '#E34F42'

red 227 ◦ green 79 ◦ blue 66

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

Shades of Cinnabar #E34F42

Tints of Cinnabar #E34F42

RGB

 RED value IS 227 (89.06% from 255) = 61.02%

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 61.02%
G = 21.24%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E34F42 (or 0xE34F42) is known color: Cinnabar. HEX triplet: E3, 4F and 42. RGB value is (227,79,66). Sum of RGB (Red+Green+Blue) = 227+79+66=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34F42 is #1CB0BD. Grayscale: #797979. Windows color (decimal): -1880254 or 4345827. OLE color: 4345827.

HSL color Cylindrical-coordinate representation of color #E34F42: hue angle of 4.84º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34F42 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 79 66 -
CMYK 0 0.65 0.71 0.11
HSL 4.84º 0.74% 0.57% -
HSV(B) 4.84º 0.71% 0.89% -
XYZ 35.46 22.32 7.59 -
YUV 121.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 227 79 66 0 0.65 0.71 0.11 4.84 0.74 0.57
Hex E3 4F 42 0 41 47 B 5 4A 39
Octal 343 117 102 0 101 107 13 5 112 71
Binary 11100011 1001111 1000010 0 1000001 1000111 1011 101 1001010 111001

Color Harmonies of #E34F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34F42

Black with #E34F42

Text Example


Text Example

White with #E34F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34F42; }

 p { color: rgb(227,79,66); }

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

background-color css

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

 a { background-color: rgb(227,79,66); }

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

border-color css

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

 span { border-color: rgb(227,79,66); }

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