Html Css Color HEX #E94D42 Cinnabar

📋 copy color: '#E94D42'

red 233 ◦ green 77 ◦ blue 66

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

Shades of Cinnabar #E94D42

Tints of Cinnabar #E94D42

RGB

 RED value IS 233 (91.41% from 255) = 61.97%

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

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

R = 61.97%
G = 20.48%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E94D42 (or 0xE94D42) is known color: Cinnabar. HEX triplet: E9, 4D and 42. RGB value is (233,77,66). Sum of RGB (Red+Green+Blue) = 233+77+66=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D42 is #16B2BD. Grayscale: #7A7A7A. Windows color (decimal): -1487550 or 4345321. OLE color: 4345321.

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

Color convert

RGB 233 77 66 -
CMYK 0 0.67 0.72 0.09
HSL 3.95º 0.79% 0.59% -
HSV(B) 3.95º 0.72% 0.91% -
XYZ 37.24 23.02 7.64 -
YUV 122.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 233 77 66 0 0.67 0.72 0.09 3.95 0.79 0.59
Hex E9 4D 42 0 43 48 9 4 4F 3B
Octal 351 115 102 0 103 110 11 4 117 73
Binary 11101001 1001101 1000010 0 1000011 1001000 1001 100 1001111 111011

Color Harmonies of #E94D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D42

Black with #E94D42

Text Example


Text Example

White with #E94D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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