Html Css Color HEX #E2401F Cinnabar

📋 copy color: '#E2401F'

red 226 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #E2401F

Tints of Cinnabar #E2401F

RGB

 RED value IS 226 (88.67% from 255) = 70.4%

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

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

R = 70.4%
G = 19.94%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2401F (or 0xE2401F) is known color: Cinnabar. HEX triplet: E2, 40 and 1F. RGB value is (226,64,31). Sum of RGB (Red+Green+Blue) = 226+64+31=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2401F is #1DBFE0. Grayscale: #6C6C6C. Windows color (decimal): -1949665 or 2048226. OLE color: 2048226.

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

Color convert

RGB 226 64 31 -
CMYK 0 0.72 0.86 0.11
HSL 10.15º 0.77% 0.5% -
HSV(B) 10.15º 0.86% 0.89% -
XYZ 33.44 19.93 3.38 -
YUV 108.68 84.17 211.68 -
System Red Green Blue C M Y K H S L
Decimal 226 64 31 0 0.72 0.86 0.11 10.15 0.77 0.5
Hex E2 40 1F 0 48 56 B A 4D 32
Octal 342 100 37 0 110 126 13 12 115 62
Binary 11100010 1000000 11111 0 1001000 1010110 1011 1010 1001101 110010

Color Harmonies of #E2401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2401F

Black with #E2401F

Text Example


Text Example

White with #E2401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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