Html Css Color HEX #E14528 Cinnabar

📋 copy color: '#E14528'

red 225 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #E14528

Tints of Cinnabar #E14528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 67.37%
G = 20.66%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E14528 (or 0xE14528) is known color: Cinnabar. HEX triplet: E1, 45 and 28. RGB value is (225,69,40). Sum of RGB (Red+Green+Blue) = 225+69+40=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E14528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14528 is #1EBAD7. Grayscale: #707070. Windows color (decimal): -2013912 or 2639329. OLE color: 2639329.

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

Color convert

RGB 225 69 40 -
CMYK 0 0.69 0.82 0.12
HSL 9.41º 0.76% 0.52% -
HSV(B) 9.41º 0.82% 0.88% -
XYZ 33.56 20.42 4.18 -
YUV 112.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 225 69 40 0 0.69 0.82 0.12 9.41 0.76 0.52
Hex E1 45 28 0 45 52 C 9 4C 34
Octal 341 105 50 0 105 122 14 11 114 64
Binary 11100001 1000101 101000 0 1000101 1010010 1100 1001 1001100 110100

Color Harmonies of #E14528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14528

Black with #E14528

Text Example


Text Example

White with #E14528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14528; }

 p { color: rgb(225,69,40); }

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

background-color css

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

 a { background-color: rgb(225,69,40); }

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

border-color css

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

 span { border-color: rgb(225,69,40); }

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