Html Css Color HEX #E7341F Cinnabar

📋 copy color: '#E7341F'

red 231 ◦ green 52 ◦ blue 31

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

Shades of Cinnabar #E7341F

Tints of Cinnabar #E7341F

RGB

 RED value IS 231 (90.63% from 255) = 73.57%

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

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

R = 73.57%
G = 16.56%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7341F (or 0xE7341F) is known color: Cinnabar. HEX triplet: E7, 34 and 1F. RGB value is (231,52,31). Sum of RGB (Red+Green+Blue) = 231+52+31=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7341F is #18CBE0. Grayscale: #676767. Windows color (decimal): -1625057 or 2045159. OLE color: 2045159.

HSL color Cylindrical-coordinate representation of color #E7341F: hue angle of 6.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7341F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 52 31 -
CMYK 0 0.77 0.87 0.09
HSL 6.3º 0.81% 0.51% -
HSV(B) 6.3º 0.87% 0.91% -
XYZ 34.43 19.54 3.25 -
YUV 103.13 87.3 219.21 -
System Red Green Blue C M Y K H S L
Decimal 231 52 31 0 0.77 0.87 0.09 6.3 0.81 0.51
Hex E7 34 1F 0 4D 57 9 6 51 33
Octal 347 64 37 0 115 127 11 6 121 63
Binary 11100111 110100 11111 0 1001101 1010111 1001 110 1010001 110011

Color Harmonies of #E7341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7341F

Black with #E7341F

Text Example


Text Example

White with #E7341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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