Html Css Color HEX #E34326 Cinnabar

📋 copy color: '#E34326'

red 227 ◦ green 67 ◦ blue 38

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

Shades of Cinnabar #E34326

Tints of Cinnabar #E34326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 68.37%
G = 20.18%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E34326 (or 0xE34326) is known color: Cinnabar. HEX triplet: E3, 43 and 26. RGB value is (227,67,38). Sum of RGB (Red+Green+Blue) = 227+67+38=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E34326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34326 is #1CBCD9. Grayscale: #6F6F6F. Windows color (decimal): -1883354 or 2507747. OLE color: 2507747.

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

Color convert

RGB 227 67 38 -
CMYK 0 0.70 0.83 0.11
HSL 9.21º 0.77% 0.52% -
HSV(B) 9.21º 0.83% 0.89% -
XYZ 34.04 20.49 3.99 -
YUV 111.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 227 67 38 0 0.70 0.83 0.11 9.21 0.77 0.52
Hex E3 43 26 0 46 53 B 9 4D 34
Octal 343 103 46 0 106 123 13 11 115 64
Binary 11100011 1000011 100110 0 1000110 1010011 1011 1001 1001101 110100

Color Harmonies of #E34326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34326

Black with #E34326

Text Example


Text Example

White with #E34326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34326; }

 p { color: rgb(227,67,38); }

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

background-color css

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

 a { background-color: rgb(227,67,38); }

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

border-color css

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

 span { border-color: rgb(227,67,38); }

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