Html Css Color HEX #E34D1F Cinnabar

📋 copy color: '#E34D1F'

red 227 ◦ green 77 ◦ blue 31

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

Shades of Cinnabar #E34D1F

Tints of Cinnabar #E34D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 67.76%
G = 22.99%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E34D1F (or 0xE34D1F) is known color: Cinnabar. HEX triplet: E3, 4D and 1F. RGB value is (227,77,31). Sum of RGB (Red+Green+Blue) = 227+77+31=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34D1F is #1CB2E0. Grayscale: #747474. Windows color (decimal): -1880801 or 2051555. OLE color: 2051555.

HSL color Cylindrical-coordinate representation of color #E34D1F: hue angle of 14.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E34D1F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 77 31 -
CMYK 0 0.66 0.86 0.11
HSL 14.08º 0.78% 0.51% -
HSV(B) 14.08º 0.86% 0.89% -
XYZ 34.58 21.74 3.67 -
YUV 116.61 79.7 206.74 -
System Red Green Blue C M Y K H S L
Decimal 227 77 31 0 0.66 0.86 0.11 14.08 0.78 0.51
Hex E3 4D 1F 0 42 56 B E 4E 33
Octal 343 115 37 0 102 126 13 16 116 63
Binary 11100011 1001101 11111 0 1000010 1010110 1011 1110 1001110 110011

Color Harmonies of #E34D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34D1F

Black with #E34D1F

Text Example


Text Example

White with #E34D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34D1F; }

 p { color: rgb(227,77,31); }

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

background-color css

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

 a { background-color: rgb(227,77,31); }

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

border-color css

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

 span { border-color: rgb(227,77,31); }

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