Html Css Color HEX #E5401F Cinnabar

📋 copy color: '#E5401F'

red 229 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #E5401F

Tints of Cinnabar #E5401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 70.68%
G = 19.75%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5401F (or 0xE5401F) is known color: Cinnabar. HEX triplet: E5, 40 and 1F. RGB value is (229,64,31). Sum of RGB (Red+Green+Blue) = 229+64+31=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5401F is #1ABFE0. Grayscale: #6D6D6D. Windows color (decimal): -1753057 or 2048229. OLE color: 2048229.

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

Color convert

RGB 229 64 31 -
CMYK 0 0.72 0.86 0.10
HSL 10º 0.79% 0.51% -
HSV(B) 10º 0.86% 0.9% -
XYZ 34.39 20.42 3.43 -
YUV 109.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 229 64 31 0 0.72 0.86 0.10 10 0.79 0.51
Hex E5 40 1F 0 48 56 A A 4F 33
Octal 345 100 37 0 110 126 12 12 117 63
Binary 11100101 1000000 11111 0 1001000 1010110 1010 1010 1001111 110011

Color Harmonies of #E5401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5401F

Black with #E5401F

Text Example


Text Example

White with #E5401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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