Html Css Color HEX #EA3935 Cinnabar

📋 copy color: '#EA3935'

red 234 ◦ green 57 ◦ blue 53

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

Shades of Cinnabar #EA3935

Tints of Cinnabar #EA3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 68.02%
G = 16.57%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA3935 (or 0xEA3935) is known color: Cinnabar. HEX triplet: EA, 39 and 35. RGB value is (234,57,53). Sum of RGB (Red+Green+Blue) = 234+57+53=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3935 is #15C6CA. Grayscale: #6D6D6D. Windows color (decimal): -1427147 or 3488234. OLE color: 3488234.

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

Color convert

RGB 234 57 53 -
CMYK 0 0.76 0.77 0.08
HSL 1.33º 0.81% 0.56% -
HSV(B) 1.33º 0.77% 0.92% -
XYZ 36.04 20.68 5.46 -
YUV 109.47 96.14 216.83 -
System Red Green Blue C M Y K H S L
Decimal 234 57 53 0 0.76 0.77 0.08 1.33 0.81 0.56
Hex EA 39 35 0 4C 4D 8 1 51 38
Octal 352 71 65 0 114 115 10 1 121 70
Binary 11101010 111001 110101 0 1001100 1001101 1000 1 1010001 111000

Color Harmonies of #EA3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3935

Black with #EA3935

Text Example


Text Example

White with #EA3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3935; }

 p { color: rgb(234,57,53); }

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

background-color css

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

 a { background-color: rgb(234,57,53); }

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

border-color css

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

 span { border-color: rgb(234,57,53); }

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