Html Css Color HEX #EA3A21 Cinnabar

📋 copy color: '#EA3A21'

red 234 ◦ green 58 ◦ blue 33

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

Shades of Cinnabar #EA3A21

Tints of Cinnabar #EA3A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 72%
G = 17.85%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA3A21 (or 0xEA3A21) is known color: Cinnabar. HEX triplet: EA, 3A and 21. RGB value is (234,58,33). Sum of RGB (Red+Green+Blue) = 234+58+33=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A21 is #15C5DE. Grayscale: #6C6C6C. Windows color (decimal): -1426911 or 2177770. OLE color: 2177770.

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

Color convert

RGB 234 58 33 -
CMYK 0 0.75 0.86 0.08
HSL 7.46º 0.83% 0.52% -
HSV(B) 7.46º 0.86% 0.92% -
XYZ 35.72 20.63 3.54 -
YUV 107.77 85.81 218.03 -
System Red Green Blue C M Y K H S L
Decimal 234 58 33 0 0.75 0.86 0.08 7.46 0.83 0.52
Hex EA 3A 21 0 4B 56 8 7 53 34
Octal 352 72 41 0 113 126 10 7 123 64
Binary 11101010 111010 100001 0 1001011 1010110 1000 111 1010011 110100

Color Harmonies of #EA3A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A21

Black with #EA3A21

Text Example


Text Example

White with #EA3A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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