Html Css Color HEX #E74D42 Cinnabar

📋 copy color: '#E74D42'

red 231 ◦ green 77 ◦ blue 66

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

Shades of Cinnabar #E74D42

Tints of Cinnabar #E74D42

RGB

 RED value IS 231 (90.63% from 255) = 61.76%

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

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

R = 61.76%
G = 20.59%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E74D42 (or 0xE74D42) is known color: Cinnabar. HEX triplet: E7, 4D and 42. RGB value is (231,77,66). Sum of RGB (Red+Green+Blue) = 231+77+66=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D42 is #18B2BD. Grayscale: #797979. Windows color (decimal): -1618622 or 4345319. OLE color: 4345319.

HSL color Cylindrical-coordinate representation of color #E74D42: hue angle of 4º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74D42 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 77 66 -
CMYK 0 0.67 0.71 0.09
HSL 0.77% 0.58% -
HSV(B) 0.71% 0.91% -
XYZ 36.59 22.69 7.61 -
YUV 121.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 231 77 66 0 0.67 0.71 0.09 4 0.77 0.58
Hex E7 4D 42 0 43 47 9 4 4D 3A
Octal 347 115 102 0 103 107 11 4 115 72
Binary 11100111 1001101 1000010 0 1000011 1000111 1001 100 1001101 111010

Color Harmonies of #E74D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D42

Black with #E74D42

Text Example


Text Example

White with #E74D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D42; }

 p { color: rgb(231,77,66); }

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

background-color css

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

 a { background-color: rgb(231,77,66); }

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

border-color css

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

 span { border-color: rgb(231,77,66); }

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