Html Css Color HEX #E14426 Cinnabar

📋 copy color: '#E14426'

red 225 ◦ green 68 ◦ blue 38

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

Shades of Cinnabar #E14426

Tints of Cinnabar #E14426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 67.98%
G = 20.54%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14426 (or 0xE14426) is known color: Cinnabar. HEX triplet: E1, 44 and 26. RGB value is (225,68,38). Sum of RGB (Red+Green+Blue) = 225+68+38=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E14426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14426 is #1EBBD9. Grayscale: #6F6F6F. Windows color (decimal): -2014170 or 2508001. OLE color: 2508001.

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

Color convert

RGB 225 68 38 -
CMYK 0 0.70 0.83 0.12
HSL 9.63º 0.76% 0.52% -
HSV(B) 9.63º 0.83% 0.88% -
XYZ 33.47 20.28 3.98 -
YUV 111.52 86.51 208.94 -
System Red Green Blue C M Y K H S L
Decimal 225 68 38 0 0.70 0.83 0.12 9.63 0.76 0.52
Hex E1 44 26 0 46 53 C A 4C 34
Octal 341 104 46 0 106 123 14 12 114 64
Binary 11100001 1000100 100110 0 1000110 1010011 1100 1010 1001100 110100

Color Harmonies of #E14426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14426

Black with #E14426

Text Example


Text Example

White with #E14426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14426; }

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

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

background-color css

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

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

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

border-color css

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

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

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