Html Css Color HEX #EA4938 Cinnabar

📋 copy color: '#EA4938'

red 234 ◦ green 73 ◦ blue 56

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

Shades of Cinnabar #EA4938

Tints of Cinnabar #EA4938

RGB

 RED value IS 234 (91.8% from 255) = 64.46%

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 56 (22.27% from 255) = 15.43%

R = 64.46%
G = 20.11%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA4938 (or 0xEA4938) is known color: Cinnabar. HEX triplet: EA, 49 and 38. RGB value is (234,73,56). Sum of RGB (Red+Green+Blue) = 234+73+56=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4938 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4938 is #15B6C7. Grayscale: #777777. Windows color (decimal): -1423048 or 3688938. OLE color: 3688938.

HSL color Cylindrical-coordinate representation of color #EA4938: hue angle of 5.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA4938 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 73 56 -
CMYK 0 0.69 0.76 0.08
HSL 5.73º 0.81% 0.57% -
HSV(B) 5.73º 0.76% 0.92% -
XYZ 37.03 22.54 6.14 -
YUV 119.2 92.34 209.88 -
System Red Green Blue C M Y K H S L
Decimal 234 73 56 0 0.69 0.76 0.08 5.73 0.81 0.57
Hex EA 49 38 0 45 4C 8 6 51 39
Octal 352 111 70 0 105 114 10 6 121 71
Binary 11101010 1001001 111000 0 1000101 1001100 1000 110 1010001 111001

Color Harmonies of #EA4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4938

Black with #EA4938

Text Example


Text Example

White with #EA4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4938; }

 p { color: rgb(234,73,56); }

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

background-color css

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

 a { background-color: rgb(234,73,56); }

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

border-color css

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

 span { border-color: rgb(234,73,56); }

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