Html Css Color HEX #E7341B Cinnabar

📋 copy color: '#E7341B'

red 231 ◦ green 52 ◦ blue 27

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

Shades of Cinnabar #E7341B

Tints of Cinnabar #E7341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.71%

R = 74.52%
G = 16.77%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7341B (or 0xE7341B) is known color: Cinnabar. HEX triplet: E7, 34 and 1B. RGB value is (231,52,27). Sum of RGB (Red+Green+Blue) = 231+52+27=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7341B is #18CBE4. Grayscale: #666666. Windows color (decimal): -1625061 or 1783015. OLE color: 1783015.

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

Color convert

RGB 231 52 27 -
CMYK 0 0.77 0.88 0.09
HSL 7.35º 0.81% 0.51% -
HSV(B) 7.35º 0.88% 0.91% -
XYZ 34.38 19.52 2.99 -
YUV 102.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 231 52 27 0 0.77 0.88 0.09 7.35 0.81 0.51
Hex E7 34 1B 0 4D 58 9 7 51 33
Octal 347 64 33 0 115 130 11 7 121 63
Binary 11100111 110100 11011 0 1001101 1011000 1001 111 1010001 110011

Color Harmonies of #E7341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7341B

Black with #E7341B

Text Example


Text Example

White with #E7341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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