Html Css Color HEX #E84A1B Cinnabar

📋 copy color: '#E84A1B'

red 232 ◦ green 74 ◦ blue 27

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

Shades of Cinnabar #E84A1B

Tints of Cinnabar #E84A1B

RGB

 RED value IS 232 (91.02% from 255) = 69.67%

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 69.67%
G = 22.22%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E84A1B (or 0xE84A1B) is known color: Cinnabar. HEX triplet: E8, 4A and 1B. RGB value is (232,74,27). Sum of RGB (Red+Green+Blue) = 232+74+27=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A1B is #17B5E4. Grayscale: #747474. Windows color (decimal): -1553893 or 1788648. OLE color: 1788648.

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

Color convert

RGB 232 74 27 -
CMYK 0 0.68 0.88 0.09
HSL 13.76º 0.82% 0.51% -
HSV(B) 13.76º 0.88% 0.91% -
XYZ 35.93 22.13 3.42 -
YUV 115.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 232 74 27 0 0.68 0.88 0.09 13.76 0.82 0.51
Hex E8 4A 1B 0 44 58 9 E 52 33
Octal 350 112 33 0 104 130 11 16 122 63
Binary 11101000 1001010 11011 0 1000100 1011000 1001 1110 1010010 110011

Color Harmonies of #E84A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A1B

Black with #E84A1B

Text Example


Text Example

White with #E84A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A1B; }

 p { color: rgb(232,74,27); }

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

background-color css

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

 a { background-color: rgb(232,74,27); }

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

border-color css

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

 span { border-color: rgb(232,74,27); }

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