Html Css Color HEX #E14826 Cinnabar

📋 copy color: '#E14826'

red 225 ◦ green 72 ◦ blue 38

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

Shades of Cinnabar #E14826

Tints of Cinnabar #E14826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 67.16%
G = 21.49%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14826 (or 0xE14826) is known color: Cinnabar. HEX triplet: E1, 48 and 26. RGB value is (225,72,38). Sum of RGB (Red+Green+Blue) = 225+72+38=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E14826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14826 is #1EB7D9. Grayscale: #727272. Windows color (decimal): -2013146 or 2509025. OLE color: 2509025.

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

Color convert

RGB 225 72 38 -
CMYK 0 0.68 0.83 0.12
HSL 10.91º 0.76% 0.52% -
HSV(B) 10.91º 0.83% 0.88% -
XYZ 33.72 20.78 4.07 -
YUV 113.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 225 72 38 0 0.68 0.83 0.12 10.91 0.76 0.52
Hex E1 48 26 0 44 53 C B 4C 34
Octal 341 110 46 0 104 123 14 13 114 64
Binary 11100001 1001000 100110 0 1000100 1010011 1100 1011 1001100 110100

Color Harmonies of #E14826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14826

Black with #E14826

Text Example


Text Example

White with #E14826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14826; }

 p { color: rgb(225,72,38); }

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

background-color css

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

 a { background-color: rgb(225,72,38); }

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

border-color css

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

 span { border-color: rgb(225,72,38); }

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