Html Css Color HEX #E25028 Cinnabar

📋 copy color: '#E25028'

red 226 ◦ green 80 ◦ blue 40

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

Shades of Cinnabar #E25028

Tints of Cinnabar #E25028

RGB

 RED value IS 226 (88.67% from 255) = 65.32%

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 65.32%
G = 23.12%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E25028 (or 0xE25028) is known color: Cinnabar. HEX triplet: E2, 50 and 28. RGB value is (226,80,40). Sum of RGB (Red+Green+Blue) = 226+80+40=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E25028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25028 is #1DAFD7. Grayscale: #777777. Windows color (decimal): -1945560 or 2642146. OLE color: 2642146.

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

Color convert

RGB 226 80 40 -
CMYK 0 0.65 0.82 0.11
HSL 12.9º 0.76% 0.52% -
HSV(B) 12.9º 0.82% 0.89% -
XYZ 34.62 22.06 4.44 -
YUV 119.09 83.37 204.25 -
System Red Green Blue C M Y K H S L
Decimal 226 80 40 0 0.65 0.82 0.11 12.9 0.76 0.52
Hex E2 50 28 0 41 52 B D 4C 34
Octal 342 120 50 0 101 122 13 15 114 64
Binary 11100010 1010000 101000 0 1000001 1010010 1011 1101 1001100 110100

Color Harmonies of #E25028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25028

Black with #E25028

Text Example


Text Example

White with #E25028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25028; }

 p { color: rgb(226,80,40); }

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

background-color css

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

 a { background-color: rgb(226,80,40); }

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

border-color css

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

 span { border-color: rgb(226,80,40); }

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