Html Css Color HEX #EA4231 Cinnabar

📋 copy color: '#EA4231'

red 234 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #EA4231

Tints of Cinnabar #EA4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

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

R = 67.05%
G = 18.91%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA4231 (or 0xEA4231) is known color: Cinnabar. HEX triplet: EA, 42 and 31. RGB value is (234,66,49). Sum of RGB (Red+Green+Blue) = 234+66+49=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4231 is #15BDCE. Grayscale: #727272. Windows color (decimal): -1424847 or 3228394. OLE color: 3228394.

HSL color Cylindrical-coordinate representation of color #EA4231: hue angle of 5.51º 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 #EA4231 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 49 -
CMYK 0 0.72 0.79 0.08
HSL 5.51º 0.81% 0.55% -
HSV(B) 5.51º 0.79% 0.92% -
XYZ 36.43 21.61 5.16 -
YUV 114.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 234 66 49 0 0.72 0.79 0.08 5.51 0.81 0.55
Hex EA 42 31 0 48 4F 8 6 51 37
Octal 352 102 61 0 110 117 10 6 121 67
Binary 11101010 1000010 110001 0 1001000 1001111 1000 110 1010001 110111

Color Harmonies of #EA4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4231

Black with #EA4231

Text Example


Text Example

White with #EA4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4231; }

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

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

background-color css

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

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

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

border-color css

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

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

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