Html Css Color HEX #EA5221 Cinnabar

📋 copy color: '#EA5221'

red 234 ◦ green 82 ◦ blue 33

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

Shades of Cinnabar #EA5221

Tints of Cinnabar #EA5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 67.05%
G = 23.5%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA5221 (or 0xEA5221) is known color: Cinnabar. HEX triplet: EA, 52 and 21. RGB value is (234,82,33). Sum of RGB (Red+Green+Blue) = 234+82+33=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5221 is #15ADDE. Grayscale: #7A7A7A. Windows color (decimal): -1420767 or 2183914. OLE color: 2183914.

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

Color convert

RGB 234 82 33 -
CMYK 0 0.65 0.86 0.08
HSL 14.63º 0.83% 0.52% -
HSV(B) 14.63º 0.86% 0.92% -
XYZ 37.22 23.64 4.04 -
YUV 121.86 77.86 207.98 -
System Red Green Blue C M Y K H S L
Decimal 234 82 33 0 0.65 0.86 0.08 14.63 0.83 0.52
Hex EA 52 21 0 41 56 8 F 53 34
Octal 352 122 41 0 101 126 10 17 123 64
Binary 11101010 1010010 100001 0 1000001 1010110 1000 1111 1010011 110100

Color Harmonies of #EA5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5221

Black with #EA5221

Text Example


Text Example

White with #EA5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5221; }

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

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

background-color css

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

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

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

border-color css

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

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

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