Html Css Color HEX #E3461B Cinnabar

📋 copy color: '#E3461B'

red 227 ◦ green 70 ◦ blue 27

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

Shades of Cinnabar #E3461B

Tints of Cinnabar #E3461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 70.06%
G = 21.6%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3461B (or 0xE3461B) is known color: Cinnabar. HEX triplet: E3, 46 and 1B. RGB value is (227,70,27). Sum of RGB (Red+Green+Blue) = 227+70+27=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E3461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3461B is #1CB9E4. Grayscale: #707070. Windows color (decimal): -1882597 or 1787619. OLE color: 1787619.

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

Color convert

RGB 227 70 27 -
CMYK 0 0.69 0.88 0.11
HSL 12.9º 0.79% 0.5% -
HSV(B) 12.9º 0.88% 0.89% -
XYZ 34.07 20.79 3.25 -
YUV 112.04 80.01 210 -
System Red Green Blue C M Y K H S L
Decimal 227 70 27 0 0.69 0.88 0.11 12.9 0.79 0.5
Hex E3 46 1B 0 45 58 B D 4F 32
Octal 343 106 33 0 105 130 13 15 117 62
Binary 11100011 1000110 11011 0 1000101 1011000 1011 1101 1001111 110010

Color Harmonies of #E3461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3461B

Black with #E3461B

Text Example


Text Example

White with #E3461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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