Html Css Color HEX #E25035 Cinnabar

📋 copy color: '#E25035'

red 226 ◦ green 80 ◦ blue 53

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

Shades of Cinnabar #E25035

Tints of Cinnabar #E25035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 62.95%
G = 22.28%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E25035 (or 0xE25035) is known color: Cinnabar. HEX triplet: E2, 50 and 35. RGB value is (226,80,53). Sum of RGB (Red+Green+Blue) = 226+80+53=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E25035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25035 is #1DAFCA. Grayscale: #787878. Windows color (decimal): -1945547 or 3494114. OLE color: 3494114.

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

Color convert

RGB 226 80 53 -
CMYK 0 0.65 0.77 0.11
HSL 9.36º 0.75% 0.55% -
HSV(B) 9.36º 0.77% 0.89% -
XYZ 34.88 22.16 5.81 -
YUV 120.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 226 80 53 0 0.65 0.77 0.11 9.36 0.75 0.55
Hex E2 50 35 0 41 4D B 9 4B 37
Octal 342 120 65 0 101 115 13 11 113 67
Binary 11100010 1010000 110101 0 1000001 1001101 1011 1001 1001011 110111

Color Harmonies of #E25035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25035

Black with #E25035

Text Example


Text Example

White with #E25035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25035; }

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

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

background-color css

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

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

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

border-color css

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

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

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