Html Css Color HEX #EA4031 Cinnabar

📋 copy color: '#EA4031'

red 234 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #EA4031

Tints of Cinnabar #EA4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 67.44%
G = 18.44%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA4031 (or 0xEA4031) is known color: Cinnabar. HEX triplet: EA, 40 and 31. RGB value is (234,64,49). Sum of RGB (Red+Green+Blue) = 234+64+49=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4031 is #15BFCE. Grayscale: #717171. Windows color (decimal): -1425359 or 3227882. OLE color: 3227882.

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

Color convert

RGB 234 64 49 -
CMYK 0 0.73 0.79 0.08
HSL 4.86º 0.81% 0.55% -
HSV(B) 4.86º 0.79% 0.92% -
XYZ 36.32 21.38 5.12 -
YUV 113.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 234 64 49 0 0.73 0.79 0.08 4.86 0.81 0.55
Hex EA 40 31 0 49 4F 8 5 51 37
Octal 352 100 61 0 111 117 10 5 121 67
Binary 11101010 1000000 110001 0 1001001 1001111 1000 101 1010001 110111

Color Harmonies of #EA4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4031

Black with #EA4031

Text Example


Text Example

White with #EA4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4031; }

 p { color: rgb(234,64,49); }

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

background-color css

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

 a { background-color: rgb(234,64,49); }

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

border-color css

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

 span { border-color: rgb(234,64,49); }

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