Html Css Color HEX #E14124 Cinnabar

📋 copy color: '#E14124'

red 225 ◦ green 65 ◦ blue 36

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

Shades of Cinnabar #E14124

Tints of Cinnabar #E14124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 69.02%
G = 19.94%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14124 (or 0xE14124) is known color: Cinnabar. HEX triplet: E1, 41 and 24. RGB value is (225,65,36). Sum of RGB (Red+Green+Blue) = 225+65+36=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E14124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14124 is #1EBEDB. Grayscale: #6D6D6D. Windows color (decimal): -2014940 or 2376161. OLE color: 2376161.

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

Color convert

RGB 225 65 36 -
CMYK 0 0.71 0.84 0.12
HSL 9.21º 0.76% 0.51% -
HSV(B) 9.21º 0.84% 0.88% -
XYZ 33.26 19.92 3.76 -
YUV 109.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 225 65 36 0 0.71 0.84 0.12 9.21 0.76 0.51
Hex E1 41 24 0 47 54 C 9 4C 33
Octal 341 101 44 0 107 124 14 11 114 63
Binary 11100001 1000001 100100 0 1000111 1010100 1100 1001 1001100 110011

Color Harmonies of #E14124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14124

Black with #E14124

Text Example


Text Example

White with #E14124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14124; }

 p { color: rgb(225,65,36); }

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

background-color css

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

 a { background-color: rgb(225,65,36); }

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

border-color css

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

 span { border-color: rgb(225,65,36); }

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