Html Css Color HEX #E1441F Cinnabar

📋 copy color: '#E1441F'

red 225 ◦ green 68 ◦ blue 31

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

Shades of Cinnabar #E1441F

Tints of Cinnabar #E1441F

RGB

 RED value IS 225 (88.28% from 255) = 69.44%

 GREEN value IS 68 (26.95% from 255) = 20.99%

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

R = 69.44%
G = 20.99%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1441F (or 0xE1441F) is known color: Cinnabar. HEX triplet: E1, 44 and 1F. RGB value is (225,68,31). Sum of RGB (Red+Green+Blue) = 225+68+31=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1441F is #1EBBE0. Grayscale: #6F6F6F. Windows color (decimal): -2014177 or 2049249. OLE color: 2049249.

HSL color Cylindrical-coordinate representation of color #E1441F: hue angle of 11.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1441F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 31 -
CMYK 0 0.70 0.86 0.12
HSL 11.44º 0.76% 0.5% -
HSV(B) 11.44º 0.86% 0.88% -
XYZ 33.37 20.24 3.44 -
YUV 110.73 83.01 209.51 -
System Red Green Blue C M Y K H S L
Decimal 225 68 31 0 0.70 0.86 0.12 11.44 0.76 0.5
Hex E1 44 1F 0 46 56 C B 4C 32
Octal 341 104 37 0 106 126 14 13 114 62
Binary 11100001 1000100 11111 0 1000110 1010110 1100 1011 1001100 110010

Color Harmonies of #E1441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1441F

Black with #E1441F

Text Example


Text Example

White with #E1441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1441F; }

 p { color: rgb(225,68,31); }

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

background-color css

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

 a { background-color: rgb(225,68,31); }

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

border-color css

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

 span { border-color: rgb(225,68,31); }

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