Html Css Color HEX #E14626 Cinnabar

📋 copy color: '#E14626'

red 225 ◦ green 70 ◦ blue 38

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

Shades of Cinnabar #E14626

Tints of Cinnabar #E14626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

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

R = 67.57%
G = 21.02%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14626 (or 0xE14626) is known color: Cinnabar. HEX triplet: E1, 46 and 26. RGB value is (225,70,38). Sum of RGB (Red+Green+Blue) = 225+70+38=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E14626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14626 is #1EB9D9. Grayscale: #707070. Windows color (decimal): -2013658 or 2508513. OLE color: 2508513.

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

Color convert

RGB 225 70 38 -
CMYK 0 0.69 0.83 0.12
HSL 10.27º 0.76% 0.52% -
HSV(B) 10.27º 0.83% 0.88% -
XYZ 33.59 20.53 4.03 -
YUV 112.7 85.85 208.1 -
System Red Green Blue C M Y K H S L
Decimal 225 70 38 0 0.69 0.83 0.12 10.27 0.76 0.52
Hex E1 46 26 0 45 53 C A 4C 34
Octal 341 106 46 0 105 123 14 12 114 64
Binary 11100001 1000110 100110 0 1000101 1010011 1100 1010 1001100 110100

Color Harmonies of #E14626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14626

Black with #E14626

Text Example


Text Example

White with #E14626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14626; }

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

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

background-color css

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

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

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

border-color css

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

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

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