Html Css Color HEX #E5401B Cinnabar

📋 copy color: '#E5401B'

red 229 ◦ green 64 ◦ blue 27

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

Shades of Cinnabar #E5401B

Tints of Cinnabar #E5401B

RGB

 RED value IS 229 (89.84% from 255) = 71.56%

 GREEN value IS 64 (25.39% from 255) = 20%

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

R = 71.56%
G = 20%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5401B (or 0xE5401B) is known color: Cinnabar. HEX triplet: E5, 40 and 1B. RGB value is (229,64,27). Sum of RGB (Red+Green+Blue) = 229+64+27=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E5401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5401B is #1ABFE4. Grayscale: #6D6D6D. Windows color (decimal): -1753061 or 1786085. OLE color: 1786085.

HSL color Cylindrical-coordinate representation of color #E5401B: hue angle of 10.99º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5401B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 27 -
CMYK 0 0.72 0.88 0.10
HSL 10.99º 0.8% 0.5% -
HSV(B) 10.99º 0.88% 0.9% -
XYZ 34.34 20.4 3.17 -
YUV 109.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 229 64 27 0 0.72 0.88 0.10 10.99 0.8 0.5
Hex E5 40 1B 0 48 58 A B 50 32
Octal 345 100 33 0 110 130 12 13 120 62
Binary 11100101 1000000 11011 0 1001000 1011000 1010 1011 1010000 110010

Color Harmonies of #E5401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5401B

Black with #E5401B

Text Example


Text Example

White with #E5401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5401B; }

 p { color: rgb(229,64,27); }

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

background-color css

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

 a { background-color: rgb(229,64,27); }

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

border-color css

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

 span { border-color: rgb(229,64,27); }

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