Html Css Color HEX #E94D34 Cinnabar

📋 copy color: '#E94D34'

red 233 ◦ green 77 ◦ blue 52

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

Shades of Cinnabar #E94D34

Tints of Cinnabar #E94D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 64.36%
G = 21.27%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E94D34 (or 0xE94D34) is known color: Cinnabar. HEX triplet: E9, 4D and 34. RGB value is (233,77,52). Sum of RGB (Red+Green+Blue) = 233+77+52=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D34 is #16B2CB. Grayscale: #797979. Windows color (decimal): -1487564 or 3427817. OLE color: 3427817.

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

Color convert

RGB 233 77 52 -
CMYK 0 0.67 0.78 0.09
HSL 8.29º 0.8% 0.56% -
HSV(B) 8.29º 0.78% 0.91% -
XYZ 36.88 22.88 5.72 -
YUV 120.79 89.18 208.03 -
System Red Green Blue C M Y K H S L
Decimal 233 77 52 0 0.67 0.78 0.09 8.29 0.8 0.56
Hex E9 4D 34 0 43 4E 9 8 50 38
Octal 351 115 64 0 103 116 11 10 120 70
Binary 11101001 1001101 110100 0 1000011 1001110 1001 1000 1010000 111000

Color Harmonies of #E94D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D34

Black with #E94D34

Text Example


Text Example

White with #E94D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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