Html Css Color HEX #E14925 Cinnabar

📋 copy color: '#E14925'

red 225 ◦ green 73 ◦ blue 37

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

Shades of Cinnabar #E14925

Tints of Cinnabar #E14925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 67.16%
G = 21.79%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14925 (or 0xE14925) is known color: Cinnabar. HEX triplet: E1, 49 and 25. RGB value is (225,73,37). Sum of RGB (Red+Green+Blue) = 225+73+37=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E14925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14925 is #1EB6DA. Grayscale: #727272. Windows color (decimal): -2012891 or 2443745. OLE color: 2443745.

HSL color Cylindrical-coordinate representation of color #E14925: hue angle of 11.49º 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 #E14925 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 37 -
CMYK 0 0.68 0.84 0.12
HSL 11.49º 0.76% 0.51% -
HSV(B) 11.49º 0.84% 0.88% -
XYZ 33.77 20.91 4.01 -
YUV 114.34 84.36 206.93 -
System Red Green Blue C M Y K H S L
Decimal 225 73 37 0 0.68 0.84 0.12 11.49 0.76 0.51
Hex E1 49 25 0 44 54 C B 4C 33
Octal 341 111 45 0 104 124 14 13 114 63
Binary 11100001 1001001 100101 0 1000100 1010100 1100 1011 1001100 110011

Color Harmonies of #E14925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14925

Black with #E14925

Text Example


Text Example

White with #E14925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14925; }

 p { color: rgb(225,73,37); }

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

background-color css

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

 a { background-color: rgb(225,73,37); }

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

border-color css

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

 span { border-color: rgb(225,73,37); }

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