Html Css Color HEX #EA3A2A Cinnabar

📋 copy color: '#EA3A2A'

red 234 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #EA3A2A

Tints of Cinnabar #EA3A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.37%

 BLUE value IS 42 (16.8% from 255) = 12.57%

R = 70.06%
G = 17.37%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA3A2A (or 0xEA3A2A) is known color: Cinnabar. HEX triplet: EA, 3A and 2A. RGB value is (234,58,42). Sum of RGB (Red+Green+Blue) = 234+58+42=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A2A is #15C5D5. Grayscale: #6D6D6D. Windows color (decimal): -1426902 or 2767594. OLE color: 2767594.

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

Color convert

RGB 234 58 42 -
CMYK 0 0.75 0.82 0.08
HSL 0.82% 0.54% -
HSV(B) 0.82% 0.92% -
XYZ 35.86 20.69 4.29 -
YUV 108.8 90.31 217.3 -
System Red Green Blue C M Y K H S L
Decimal 234 58 42 0 0.75 0.82 0.08 5 0.82 0.54
Hex EA 3A 2A 0 4B 52 8 5 52 36
Octal 352 72 52 0 113 122 10 5 122 66
Binary 11101010 111010 101010 0 1001011 1010010 1000 101 1010010 110110

Color Harmonies of #EA3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A2A

Black with #EA3A2A

Text Example


Text Example

White with #EA3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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