Html Css Color HEX #E1403F Cinnabar

📋 copy color: '#E1403F'

red 225 ◦ green 64 ◦ blue 63

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

Shades of Cinnabar #E1403F

Tints of Cinnabar #E1403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 63.92%
G = 18.18%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1403F (or 0xE1403F) is known color: Cinnabar. HEX triplet: E1, 40 and 3F. RGB value is (225,64,63). Sum of RGB (Red+Green+Blue) = 225+64+63=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1403F is #1EBFC0. Grayscale: #707070. Windows color (decimal): -2015169 or 4145377. OLE color: 4145377.

HSL color Cylindrical-coordinate representation of color #E1403F: hue angle of 0.37º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1403F is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 63 -
CMYK 0 0.72 0.72 0.12
HSL 0.37º 0.73% 0.56% -
HSV(B) 0.37º 0.72% 0.88% -
XYZ 33.78 20.03 6.79 -
YUV 112.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 225 64 63 0 0.72 0.72 0.12 0.37 0.73 0.56
Hex E1 40 3F 0 48 48 C 0 49 38
Octal 341 100 77 0 110 110 14 0 111 70
Binary 11100001 1000000 111111 0 1001000 1001000 1100 0 1001001 111000

Color Harmonies of #E1403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1403F

Black with #E1403F

Text Example


Text Example

White with #E1403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1403F; }

 p { color: rgb(225,64,63); }

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

background-color css

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

 a { background-color: rgb(225,64,63); }

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

border-color css

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

 span { border-color: rgb(225,64,63); }

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