Html Css Color HEX #E94E2F Cinnabar

📋 copy color: '#E94E2F'

red 233 ◦ green 78 ◦ blue 47

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

Shades of Cinnabar #E94E2F

Tints of Cinnabar #E94E2F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 65.08%
G = 21.79%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E94E2F (or 0xE94E2F) is known color: Cinnabar. HEX triplet: E9, 4E and 2F. RGB value is (233,78,47). Sum of RGB (Red+Green+Blue) = 233+78+47=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E2F is #16B1D0. Grayscale: #797979. Windows color (decimal): -1487313 or 3100393. OLE color: 3100393.

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

Color convert

RGB 233 78 47 -
CMYK 0 0.67 0.80 0.09
HSL 10º 0.81% 0.55% -
HSV(B) 10º 0.8% 0.91% -
XYZ 36.84 22.98 5.18 -
YUV 120.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 233 78 47 0 0.67 0.80 0.09 10 0.81 0.55
Hex E9 4E 2F 0 43 50 9 A 51 37
Octal 351 116 57 0 103 120 11 12 121 67
Binary 11101001 1001110 101111 0 1000011 1010000 1001 1010 1010001 110111

Color Harmonies of #E94E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E2F

Black with #E94E2F

Text Example


Text Example

White with #E94E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E2F; }

 p { color: rgb(233,78,47); }

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

background-color css

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

 a { background-color: rgb(233,78,47); }

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

border-color css

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

 span { border-color: rgb(233,78,47); }

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