Html Css Color HEX #E1423D Cinnabar

📋 copy color: '#E1423D'

red 225 ◦ green 66 ◦ blue 61

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

Shades of Cinnabar #E1423D

Tints of Cinnabar #E1423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 63.92%
G = 18.75%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1423D (or 0xE1423D) is known color: Cinnabar. HEX triplet: E1, 42 and 3D. RGB value is (225,66,61). Sum of RGB (Red+Green+Blue) = 225+66+61=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1423D is #1EBDC2. Grayscale: #717171. Windows color (decimal): -2014659 or 4014817. OLE color: 4014817.

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

Color convert

RGB 225 66 61 -
CMYK 0 0.71 0.73 0.12
HSL 1.83º 0.73% 0.56% -
HSV(B) 1.83º 0.73% 0.88% -
XYZ 33.84 20.24 6.54 -
YUV 112.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 225 66 61 0 0.71 0.73 0.12 1.83 0.73 0.56
Hex E1 42 3D 0 47 49 C 2 49 38
Octal 341 102 75 0 107 111 14 2 111 70
Binary 11100001 1000010 111101 0 1000111 1001001 1100 10 1001001 111000

Color Harmonies of #E1423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1423D

Black with #E1423D

Text Example


Text Example

White with #E1423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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