Html Css Color HEX #E94A45 Cinnabar

📋 copy color: '#E94A45'

red 233 ◦ green 74 ◦ blue 69

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

Shades of Cinnabar #E94A45

Tints of Cinnabar #E94A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 61.97%
G = 19.68%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E94A45 (or 0xE94A45) is known color: Cinnabar. HEX triplet: E9, 4A and 45. RGB value is (233,74,69). Sum of RGB (Red+Green+Blue) = 233+74+69=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A45 is #16B5BA. Grayscale: #797979. Windows color (decimal): -1488315 or 4541161. OLE color: 4541161.

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

Color convert

RGB 233 74 69 -
CMYK 0 0.68 0.70 0.09
HSL 1.83º 0.79% 0.59% -
HSV(B) 1.83º 0.7% 0.91% -
XYZ 37.13 22.65 8.05 -
YUV 120.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 233 74 69 0 0.68 0.70 0.09 1.83 0.79 0.59
Hex E9 4A 45 0 44 46 9 2 4F 3B
Octal 351 112 105 0 104 106 11 2 117 73
Binary 11101001 1001010 1000101 0 1000100 1000110 1001 10 1001111 111011

Color Harmonies of #E94A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A45

Black with #E94A45

Text Example


Text Example

White with #E94A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A45; }

 p { color: rgb(233,74,69); }

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

background-color css

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

 a { background-color: rgb(233,74,69); }

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

border-color css

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

 span { border-color: rgb(233,74,69); }

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