Html Css Color HEX #EA3E3A Cinnabar

📋 copy color: '#EA3E3A'

red 234 ◦ green 62 ◦ blue 58

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

Shades of Cinnabar #EA3E3A

Tints of Cinnabar #EA3E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 66.1%
G = 17.51%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA3E3A (or 0xEA3E3A) is known color: Cinnabar. HEX triplet: EA, 3E and 3A. RGB value is (234,62,58). Sum of RGB (Red+Green+Blue) = 234+62+58=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E3A is #15C1C5. Grayscale: #717171. Windows color (decimal): -1425862 or 3817194. OLE color: 3817194.

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

Color convert

RGB 234 62 58 -
CMYK 0 0.74 0.75 0.08
HSL 1.36º 0.81% 0.57% -
HSV(B) 1.36º 0.75% 0.92% -
XYZ 36.42 21.24 6.18 -
YUV 112.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 234 62 58 0 0.74 0.75 0.08 1.36 0.81 0.57
Hex EA 3E 3A 0 4A 4B 8 1 51 39
Octal 352 76 72 0 112 113 10 1 121 71
Binary 11101010 111110 111010 0 1001010 1001011 1000 1 1010001 111001

Color Harmonies of #EA3E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E3A

Black with #EA3E3A

Text Example


Text Example

White with #EA3E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E3A; }

 p { color: rgb(234,62,58); }

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

background-color css

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

 a { background-color: rgb(234,62,58); }

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

border-color css

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

 span { border-color: rgb(234,62,58); }

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