Html Css Color HEX #E24F2E Cinnabar

📋 copy color: '#E24F2E'

red 226 ◦ green 79 ◦ blue 46

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

Shades of Cinnabar #E24F2E

Tints of Cinnabar #E24F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 64.39%
G = 22.51%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E24F2E (or 0xE24F2E) is known color: Cinnabar. HEX triplet: E2, 4F and 2E. RGB value is (226,79,46). Sum of RGB (Red+Green+Blue) = 226+79+46=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24F2E is #1DB0D1. Grayscale: #777777. Windows color (decimal): -1945810 or 3035106. OLE color: 3035106.

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

Color convert

RGB 226 79 46 -
CMYK 0 0.65 0.80 0.11
HSL 11º 0.76% 0.53% -
HSV(B) 11º 0.8% 0.89% -
XYZ 34.65 21.96 5 -
YUV 119.19 86.7 204.18 -
System Red Green Blue C M Y K H S L
Decimal 226 79 46 0 0.65 0.80 0.11 11 0.76 0.53
Hex E2 4F 2E 0 41 50 B B 4C 35
Octal 342 117 56 0 101 120 13 13 114 65
Binary 11100010 1001111 101110 0 1000001 1010000 1011 1011 1001100 110101

Color Harmonies of #E24F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24F2E

Black with #E24F2E

Text Example


Text Example

White with #E24F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24F2E; }

 p { color: rgb(226,79,46); }

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

background-color css

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

 a { background-color: rgb(226,79,46); }

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

border-color css

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

 span { border-color: rgb(226,79,46); }

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