Html Css Color HEX #E14A26 Cinnabar

📋 copy color: '#E14A26'

red 225 ◦ green 74 ◦ blue 38

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

Shades of Cinnabar #E14A26

Tints of Cinnabar #E14A26

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

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

R = 66.77%
G = 21.96%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14A26 (or 0xE14A26) is known color: Cinnabar. HEX triplet: E1, 4A and 26. RGB value is (225,74,38). Sum of RGB (Red+Green+Blue) = 225+74+38=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A26 is #1EB5D9. Grayscale: #737373. Windows color (decimal): -2012634 or 2509537. OLE color: 2509537.

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

Color convert

RGB 225 74 38 -
CMYK 0 0.67 0.83 0.12
HSL 11.55º 0.76% 0.52% -
HSV(B) 11.55º 0.83% 0.88% -
XYZ 33.85 21.05 4.11 -
YUV 115.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 225 74 38 0 0.67 0.83 0.12 11.55 0.76 0.52
Hex E1 4A 26 0 43 53 C C 4C 34
Octal 341 112 46 0 103 123 14 14 114 64
Binary 11100001 1001010 100110 0 1000011 1010011 1100 1100 1001100 110100

Color Harmonies of #E14A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A26

Black with #E14A26

Text Example


Text Example

White with #E14A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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