Html Css Color HEX #E24A42 Cinnabar

📋 copy color: '#E24A42'

red 226 ◦ green 74 ◦ blue 66

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

Shades of Cinnabar #E24A42

Tints of Cinnabar #E24A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 61.75%
G = 20.22%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E24A42 (or 0xE24A42) is known color: Cinnabar. HEX triplet: E2, 4A and 42. RGB value is (226,74,66). Sum of RGB (Red+Green+Blue) = 226+74+66=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A42 is #1DB5BD. Grayscale: #767676. Windows color (decimal): -1947070 or 4344546. OLE color: 4344546.

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

Color convert

RGB 226 74 66 -
CMYK 0 0.67 0.71 0.11
HSL 0.73% 0.57% -
HSV(B) 0.71% 0.89% -
XYZ 34.8 21.46 7.46 -
YUV 118.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 226 74 66 0 0.67 0.71 0.11 3 0.73 0.57
Hex E2 4A 42 0 43 47 B 3 49 39
Octal 342 112 102 0 103 107 13 3 111 71
Binary 11100010 1001010 1000010 0 1000011 1000111 1011 11 1001001 111001

Color Harmonies of #E24A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A42

Black with #E24A42

Text Example


Text Example

White with #E24A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A42; }

 p { color: rgb(226,74,66); }

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

background-color css

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

 a { background-color: rgb(226,74,66); }

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

border-color css

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

 span { border-color: rgb(226,74,66); }

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