Html Css Color HEX #E7341A Cinnabar

📋 copy color: '#E7341A'

red 231 ◦ green 52 ◦ blue 26

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

Shades of Cinnabar #E7341A

Tints of Cinnabar #E7341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.41%

R = 74.76%
G = 16.83%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E7341A (or 0xE7341A) is known color: Cinnabar. HEX triplet: E7, 34 and 1A. RGB value is (231,52,26). Sum of RGB (Red+Green+Blue) = 231+52+26=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7341A is #18CBE5. Grayscale: #666666. Windows color (decimal): -1625062 or 1717479. OLE color: 1717479.

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

Color convert

RGB 231 52 26 -
CMYK 0 0.77 0.89 0.09
HSL 7.61º 0.81% 0.5% -
HSV(B) 7.61º 0.89% 0.91% -
XYZ 34.37 19.52 2.93 -
YUV 102.56 84.8 219.61 -
System Red Green Blue C M Y K H S L
Decimal 231 52 26 0 0.77 0.89 0.09 7.61 0.81 0.5
Hex E7 34 1A 0 4D 59 9 8 51 32
Octal 347 64 32 0 115 131 11 10 121 62
Binary 11100111 110100 11010 0 1001101 1011001 1001 1000 1010001 110010

Color Harmonies of #E7341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7341A

Black with #E7341A

Text Example


Text Example

White with #E7341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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