Html Css Color HEX #E25020 Cinnabar

📋 copy color: '#E25020'

red 226 ◦ green 80 ◦ blue 32

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

Shades of Cinnabar #E25020

Tints of Cinnabar #E25020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 66.86%
G = 23.67%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E25020 (or 0xE25020) is known color: Cinnabar. HEX triplet: E2, 50 and 20. RGB value is (226,80,32). Sum of RGB (Red+Green+Blue) = 226+80+32=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E25020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25020 is #1DAFDF. Grayscale: #767676. Windows color (decimal): -1945568 or 2117858. OLE color: 2117858.

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

Color convert

RGB 226 80 32 -
CMYK 0 0.65 0.86 0.11
HSL 14.85º 0.77% 0.51% -
HSV(B) 14.85º 0.86% 0.89% -
XYZ 34.49 22.01 3.8 -
YUV 118.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 226 80 32 0 0.65 0.86 0.11 14.85 0.77 0.51
Hex E2 50 20 0 41 56 B F 4D 33
Octal 342 120 40 0 101 126 13 17 115 63
Binary 11100010 1010000 100000 0 1000001 1010110 1011 1111 1001101 110011

Color Harmonies of #E25020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25020

Black with #E25020

Text Example


Text Example

White with #E25020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25020; }

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

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

background-color css

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

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

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

border-color css

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

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

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