Html Css Color HEX #E94440 Cinnabar

📋 copy color: '#E94440'

red 233 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #E94440

Tints of Cinnabar #E94440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 63.84%
G = 18.63%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E94440 (or 0xE94440) is known color: Cinnabar. HEX triplet: E9, 44 and 40. RGB value is (233,68,64). Sum of RGB (Red+Green+Blue) = 233+68+64=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E94440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94440 is #16BBBF. Grayscale: #757575. Windows color (decimal): -1489856 or 4211945. OLE color: 4211945.

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

Color convert

RGB 233 68 64 -
CMYK 0 0.71 0.73 0.09
HSL 1.42º 0.79% 0.58% -
HSV(B) 1.42º 0.73% 0.91% -
XYZ 36.6 21.83 7.13 -
YUV 116.88 98.16 210.83 -
System Red Green Blue C M Y K H S L
Decimal 233 68 64 0 0.71 0.73 0.09 1.42 0.79 0.58
Hex E9 44 40 0 47 49 9 1 4F 3A
Octal 351 104 100 0 107 111 11 1 117 72
Binary 11101001 1000100 1000000 0 1000111 1001001 1001 1 1001111 111010

Color Harmonies of #E94440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94440

Black with #E94440

Text Example


Text Example

White with #E94440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94440; }

 p { color: rgb(233,68,64); }

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

background-color css

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

 a { background-color: rgb(233,68,64); }

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

border-color css

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

 span { border-color: rgb(233,68,64); }

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