Html Css Color HEX #E2341F Cinnabar

📋 copy color: '#E2341F'

red 226 ◦ green 52 ◦ blue 31

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

Shades of Cinnabar #E2341F

Tints of Cinnabar #E2341F

RGB

 RED value IS 226 (88.67% from 255) = 73.14%

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

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

R = 73.14%
G = 16.83%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2341F (or 0xE2341F) is known color: Cinnabar. HEX triplet: E2, 34 and 1F. RGB value is (226,52,31). Sum of RGB (Red+Green+Blue) = 226+52+31=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E2341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2341F is #1DCBE0. Grayscale: #656565. Windows color (decimal): -1952737 or 2045154. OLE color: 2045154.

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

Color convert

RGB 226 52 31 -
CMYK 0 0.77 0.86 0.11
HSL 6.46º 0.77% 0.5% -
HSV(B) 6.46º 0.86% 0.89% -
XYZ 32.84 18.72 3.18 -
YUV 101.63 88.15 216.71 -
System Red Green Blue C M Y K H S L
Decimal 226 52 31 0 0.77 0.86 0.11 6.46 0.77 0.5
Hex E2 34 1F 0 4D 56 B 6 4D 32
Octal 342 64 37 0 115 126 13 6 115 62
Binary 11100010 110100 11111 0 1001101 1010110 1011 110 1001101 110010

Color Harmonies of #E2341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2341F

Black with #E2341F

Text Example


Text Example

White with #E2341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2341F; }

 p { color: rgb(226,52,31); }

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

background-color css

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

 a { background-color: rgb(226,52,31); }

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

border-color css

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

 span { border-color: rgb(226,52,31); }

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