Html Css Color HEX #E1423B Cinnabar

📋 copy color: '#E1423B'

red 225 ◦ green 66 ◦ blue 59

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

Shades of Cinnabar #E1423B

Tints of Cinnabar #E1423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 64.29%
G = 18.86%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1423B (or 0xE1423B) is known color: Cinnabar. HEX triplet: E1, 42 and 3B. RGB value is (225,66,59). Sum of RGB (Red+Green+Blue) = 225+66+59=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1423B is #1EBDC4. Grayscale: #707070. Windows color (decimal): -2014661 or 3883745. OLE color: 3883745.

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

Color convert

RGB 225 66 59 -
CMYK 0 0.71 0.74 0.12
HSL 2.53º 0.73% 0.56% -
HSV(B) 2.53º 0.74% 0.88% -
XYZ 33.79 20.22 6.26 -
YUV 112.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 225 66 59 0 0.71 0.74 0.12 2.53 0.73 0.56
Hex E1 42 3B 0 47 4A C 3 49 38
Octal 341 102 73 0 107 112 14 3 111 70
Binary 11100001 1000010 111011 0 1000111 1001010 1100 11 1001001 111000

Color Harmonies of #E1423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1423B

Black with #E1423B

Text Example


Text Example

White with #E1423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1423B; }

 p { color: rgb(225,66,59); }

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

background-color css

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

 a { background-color: rgb(225,66,59); }

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

border-color css

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

 span { border-color: rgb(225,66,59); }

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