Html Css Color HEX #E1403A Cinnabar

📋 copy color: '#E1403A'

red 225 ◦ green 64 ◦ blue 58

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

Shades of Cinnabar #E1403A

Tints of Cinnabar #E1403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 64.84%
G = 18.44%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1403A (or 0xE1403A) is known color: Cinnabar. HEX triplet: E1, 40 and 3A. RGB value is (225,64,58). Sum of RGB (Red+Green+Blue) = 225+64+58=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E1403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1403A is #1EBFC5. Grayscale: #6F6F6F. Windows color (decimal): -2015174 or 3817697. OLE color: 3817697.

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

Color convert

RGB 225 64 58 -
CMYK 0 0.72 0.74 0.12
HSL 2.16º 0.74% 0.55% -
HSV(B) 2.16º 0.74% 0.88% -
XYZ 33.65 19.98 6.09 -
YUV 111.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 225 64 58 0 0.72 0.74 0.12 2.16 0.74 0.55
Hex E1 40 3A 0 48 4A C 2 4A 37
Octal 341 100 72 0 110 112 14 2 112 67
Binary 11100001 1000000 111010 0 1001000 1001010 1100 10 1001010 110111

Color Harmonies of #E1403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1403A

Black with #E1403A

Text Example


Text Example

White with #E1403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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