Html Css Color HEX #E14328 Cinnabar

📋 copy color: '#E14328'

red 225 ◦ green 67 ◦ blue 40

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

Shades of Cinnabar #E14328

Tints of Cinnabar #E14328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

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

R = 67.77%
G = 20.18%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E14328 (or 0xE14328) is known color: Cinnabar. HEX triplet: E1, 43 and 28. RGB value is (225,67,40). Sum of RGB (Red+Green+Blue) = 225+67+40=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E14328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14328 is #1EBCD7. Grayscale: #6F6F6F. Windows color (decimal): -2014424 or 2638817. OLE color: 2638817.

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

Color convert

RGB 225 67 40 -
CMYK 0 0.70 0.82 0.12
HSL 8.76º 0.76% 0.52% -
HSV(B) 8.76º 0.82% 0.88% -
XYZ 33.44 20.18 4.14 -
YUV 111.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 225 67 40 0 0.70 0.82 0.12 8.76 0.76 0.52
Hex E1 43 28 0 46 52 C 9 4C 34
Octal 341 103 50 0 106 122 14 11 114 64
Binary 11100001 1000011 101000 0 1000110 1010010 1100 1001 1001100 110100

Color Harmonies of #E14328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14328

Black with #E14328

Text Example


Text Example

White with #E14328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14328; }

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

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

background-color css

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

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

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

border-color css

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

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

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