Html Css Color HEX #E14028 Cinnabar

📋 copy color: '#E14028'

red 225 ◦ green 64 ◦ blue 40

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

Shades of Cinnabar #E14028

Tints of Cinnabar #E14028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 68.39%
G = 19.45%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E14028 (or 0xE14028) is known color: Cinnabar. HEX triplet: E1, 40 and 28. RGB value is (225,64,40). Sum of RGB (Red+Green+Blue) = 225+64+40=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E14028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14028 is #1EBFD7. Grayscale: #6D6D6D. Windows color (decimal): -2015192 or 2638049. OLE color: 2638049.

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

Color convert

RGB 225 64 40 -
CMYK 0 0.72 0.82 0.12
HSL 7.78º 0.76% 0.52% -
HSV(B) 7.78º 0.82% 0.88% -
XYZ 33.27 19.83 4.08 -
YUV 109.4 88.84 210.45 -
System Red Green Blue C M Y K H S L
Decimal 225 64 40 0 0.72 0.82 0.12 7.78 0.76 0.52
Hex E1 40 28 0 48 52 C 8 4C 34
Octal 341 100 50 0 110 122 14 10 114 64
Binary 11100001 1000000 101000 0 1001000 1010010 1100 1000 1001100 110100

Color Harmonies of #E14028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14028

Black with #E14028

Text Example


Text Example

White with #E14028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14028; }

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

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

background-color css

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

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

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

border-color css

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

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

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