Html Css Color HEX #E24130 Cinnabar

📋 copy color: '#E24130'

red 226 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #E24130

Tints of Cinnabar #E24130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 66.67%
G = 19.17%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E24130 (or 0xE24130) is known color: Cinnabar. HEX triplet: E2, 41 and 30. RGB value is (226,65,48). Sum of RGB (Red+Green+Blue) = 226+65+48=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E24130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24130 is #1DBECF. Grayscale: #6F6F6F. Windows color (decimal): -1949392 or 3162594. OLE color: 3162594.

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

Color convert

RGB 226 65 48 -
CMYK 0 0.71 0.79 0.11
HSL 5.73º 0.75% 0.54% -
HSV(B) 5.73º 0.79% 0.89% -
XYZ 33.79 20.16 4.91 -
YUV 111.2 92.34 209.88 -
System Red Green Blue C M Y K H S L
Decimal 226 65 48 0 0.71 0.79 0.11 5.73 0.75 0.54
Hex E2 41 30 0 47 4F B 6 4B 36
Octal 342 101 60 0 107 117 13 6 113 66
Binary 11100010 1000001 110000 0 1000111 1001111 1011 110 1001011 110110

Color Harmonies of #E24130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24130

Black with #E24130

Text Example


Text Example

White with #E24130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24130; }

 p { color: rgb(226,65,48); }

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

background-color css

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

 a { background-color: rgb(226,65,48); }

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

border-color css

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

 span { border-color: rgb(226,65,48); }

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