Html Css Color HEX #E7342F Cinnabar

📋 copy color: '#E7342F'

red 231 ◦ green 52 ◦ blue 47

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

Shades of Cinnabar #E7342F

Tints of Cinnabar #E7342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 70%
G = 15.76%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7342F (or 0xE7342F) is known color: Cinnabar. HEX triplet: E7, 34 and 2F. RGB value is (231,52,47). Sum of RGB (Red+Green+Blue) = 231+52+47=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7342F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7342F is #18CBD0. Grayscale: #696969. Windows color (decimal): -1625041 or 3093735. OLE color: 3093735.

HSL color Cylindrical-coordinate representation of color #E7342F: hue angle of 1.63º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7342F is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 52 47 -
CMYK 0 0.77 0.80 0.09
HSL 1.63º 0.79% 0.55% -
HSV(B) 1.63º 0.8% 0.91% -
XYZ 34.7 19.65 4.65 -
YUV 104.95 95.3 217.91 -
System Red Green Blue C M Y K H S L
Decimal 231 52 47 0 0.77 0.80 0.09 1.63 0.79 0.55
Hex E7 34 2F 0 4D 50 9 2 4F 37
Octal 347 64 57 0 115 120 11 2 117 67
Binary 11100111 110100 101111 0 1001101 1010000 1001 10 1001111 110111

Color Harmonies of #E7342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7342F

Black with #E7342F

Text Example


Text Example

White with #E7342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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