Html Css Color HEX #E34A27 Cinnabar

📋 copy color: '#E34A27'

red 227 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #E34A27

Tints of Cinnabar #E34A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

 BLUE value IS 39 (15.63% from 255) = 11.47%

R = 66.76%
G = 21.76%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E34A27 (or 0xE34A27) is known color: Cinnabar. HEX triplet: E3, 4A and 27. RGB value is (227,74,39). Sum of RGB (Red+Green+Blue) = 227+74+39=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A27 is #1CB5D8. Grayscale: #747474. Windows color (decimal): -1881561 or 2575075. OLE color: 2575075.

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

Color convert

RGB 227 74 39 -
CMYK 0 0.67 0.83 0.11
HSL 11.17º 0.77% 0.52% -
HSV(B) 11.17º 0.83% 0.89% -
XYZ 34.49 21.37 4.23 -
YUV 115.76 84.69 207.35 -
System Red Green Blue C M Y K H S L
Decimal 227 74 39 0 0.67 0.83 0.11 11.17 0.77 0.52
Hex E3 4A 27 0 43 53 B B 4D 34
Octal 343 112 47 0 103 123 13 13 115 64
Binary 11100011 1001010 100111 0 1000011 1010011 1011 1011 1001101 110100

Color Harmonies of #E34A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34A27

Black with #E34A27

Text Example


Text Example

White with #E34A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34A27; }

 p { color: rgb(227,74,39); }

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

background-color css

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

 a { background-color: rgb(227,74,39); }

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

border-color css

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

 span { border-color: rgb(227,74,39); }

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