Html Css Color HEX #E7421B Cinnabar

📋 copy color: '#E7421B'

red 231 ◦ green 66 ◦ blue 27

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

Shades of Cinnabar #E7421B

Tints of Cinnabar #E7421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 71.3%
G = 20.37%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7421B (or 0xE7421B) is known color: Cinnabar. HEX triplet: E7, 42 and 1B. RGB value is (231,66,27). Sum of RGB (Red+Green+Blue) = 231+66+27=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7421B is #18BDE4. Grayscale: #6F6F6F. Windows color (decimal): -1621477 or 1786599. OLE color: 1786599.

HSL color Cylindrical-coordinate representation of color #E7421B: hue angle of 11.47º 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 #E7421B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 66 27 -
CMYK 0 0.71 0.88 0.09
HSL 11.47º 0.81% 0.51% -
HSV(B) 11.47º 0.88% 0.91% -
XYZ 35.1 20.96 3.23 -
YUV 110.89 80.66 213.67 -
System Red Green Blue C M Y K H S L
Decimal 231 66 27 0 0.71 0.88 0.09 11.47 0.81 0.51
Hex E7 42 1B 0 47 58 9 B 51 33
Octal 347 102 33 0 107 130 11 13 121 63
Binary 11100111 1000010 11011 0 1000111 1011000 1001 1011 1010001 110011

Color Harmonies of #E7421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7421B

Black with #E7421B

Text Example


Text Example

White with #E7421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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