Html Css Color HEX #E3341F Cinnabar

📋 copy color: '#E3341F'

red 227 ◦ green 52 ◦ blue 31

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

Shades of Cinnabar #E3341F

Tints of Cinnabar #E3341F

RGB

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

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

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

R = 73.23%
G = 16.77%
B = 10%

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

#E3341F (or 0xE3341F) is known color: Cinnabar. HEX triplet: E3, 34 and 1F. RGB value is (227,52,31). Sum of RGB (Red+Green+Blue) = 227+52+31=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E3341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3341F is #1CCBE0. Grayscale: #666666. Windows color (decimal): -1887201 or 2045155. OLE color: 2045155.

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

Color convert

RGB 227 52 31 -
CMYK 0 0.77 0.86 0.11
HSL 6.43º 0.78% 0.51% -
HSV(B) 6.43º 0.86% 0.89% -
XYZ 33.15 18.89 3.19 -
YUV 101.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 227 52 31 0 0.77 0.86 0.11 6.43 0.78 0.51
Hex E3 34 1F 0 4D 56 B 6 4E 33
Octal 343 64 37 0 115 126 13 6 116 63
Binary 11100011 110100 11111 0 1001101 1010110 1011 110 1001110 110011

Color Harmonies of #E3341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3341F

Black with #E3341F

Text Example


Text Example

White with #E3341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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