Html Css Color HEX #E1421C Cinnabar

📋 copy color: '#E1421C'

red 225 ◦ green 66 ◦ blue 28

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

Shades of Cinnabar #E1421C

Tints of Cinnabar #E1421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 70.53%
G = 20.69%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1421C (or 0xE1421C) is known color: Cinnabar. HEX triplet: E1, 42 and 1C. RGB value is (225,66,28). Sum of RGB (Red+Green+Blue) = 225+66+28=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1421C is #1EBDE3. Grayscale: #6D6D6D. Windows color (decimal): -2014692 or 1852129. OLE color: 1852129.

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

Color convert

RGB 225 66 28 -
CMYK 0 0.71 0.88 0.12
HSL 11.57º 0.78% 0.5% -
HSV(B) 11.57º 0.88% 0.88% -
XYZ 33.21 19.99 3.21 -
YUV 109.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 225 66 28 0 0.71 0.88 0.12 11.57 0.78 0.5
Hex E1 42 1C 0 47 58 C C 4E 32
Octal 341 102 34 0 107 130 14 14 116 62
Binary 11100001 1000010 11100 0 1000111 1011000 1100 1100 1001110 110010

Color Harmonies of #E1421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1421C

Black with #E1421C

Text Example


Text Example

White with #E1421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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