Html Css Color HEX #E3421B Cinnabar

📋 copy color: '#E3421B'

red 227 ◦ green 66 ◦ blue 27

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

Shades of Cinnabar #E3421B

Tints of Cinnabar #E3421B

RGB

 RED value IS 227 (89.06% from 255) = 70.94%

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

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

R = 70.94%
G = 20.63%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3421B (or 0xE3421B) is known color: Cinnabar. HEX triplet: E3, 42 and 1B. RGB value is (227,66,27). Sum of RGB (Red+Green+Blue) = 227+66+27=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E3421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3421B is #1CBDE4. Grayscale: #6E6E6E. Windows color (decimal): -1883621 or 1786595. OLE color: 1786595.

HSL color Cylindrical-coordinate representation of color #E3421B: hue angle of 11.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3421B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 66 27 -
CMYK 0 0.71 0.88 0.11
HSL 11.7º 0.79% 0.5% -
HSV(B) 11.7º 0.88% 0.89% -
XYZ 33.82 20.31 3.17 -
YUV 109.69 81.34 211.67 -
System Red Green Blue C M Y K H S L
Decimal 227 66 27 0 0.71 0.88 0.11 11.7 0.79 0.5
Hex E3 42 1B 0 47 58 B C 4F 32
Octal 343 102 33 0 107 130 13 14 117 62
Binary 11100011 1000010 11011 0 1000111 1011000 1011 1100 1001111 110010

Color Harmonies of #E3421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3421B

Black with #E3421B

Text Example


Text Example

White with #E3421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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