Html Css Color HEX #E24D1F Cinnabar

📋 copy color: '#E24D1F'

red 226 ◦ green 77 ◦ blue 31

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

Shades of Cinnabar #E24D1F

Tints of Cinnabar #E24D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 67.66%
G = 23.05%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E24D1F (or 0xE24D1F) is known color: Cinnabar. HEX triplet: E2, 4D and 1F. RGB value is (226,77,31). Sum of RGB (Red+Green+Blue) = 226+77+31=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24D1F is #1DB2E0. Grayscale: #747474. Windows color (decimal): -1946337 or 2051554. OLE color: 2051554.

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

Color convert

RGB 226 77 31 -
CMYK 0 0.66 0.86 0.11
HSL 14.15º 0.77% 0.5% -
HSV(B) 14.15º 0.86% 0.89% -
XYZ 34.27 21.58 3.65 -
YUV 116.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 226 77 31 0 0.66 0.86 0.11 14.15 0.77 0.5
Hex E2 4D 1F 0 42 56 B E 4D 32
Octal 342 115 37 0 102 126 13 16 115 62
Binary 11100010 1001101 11111 0 1000010 1010110 1011 1110 1001101 110010

Color Harmonies of #E24D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24D1F

Black with #E24D1F

Text Example


Text Example

White with #E24D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24D1F; }

 p { color: rgb(226,77,31); }

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

background-color css

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

 a { background-color: rgb(226,77,31); }

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

border-color css

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

 span { border-color: rgb(226,77,31); }

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