Html Css Color HEX #EA5232 Cinnabar

📋 copy color: '#EA5232'

red 234 ◦ green 82 ◦ blue 50

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

Shades of Cinnabar #EA5232

Tints of Cinnabar #EA5232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 63.93%
G = 22.4%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA5232 (or 0xEA5232) is known color: Cinnabar. HEX triplet: EA, 52 and 32. RGB value is (234,82,50). Sum of RGB (Red+Green+Blue) = 234+82+50=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5232 is #15ADCD. Grayscale: #7C7C7C. Windows color (decimal): -1420750 or 3298026. OLE color: 3298026.

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

Color convert

RGB 234 82 50 -
CMYK 0 0.65 0.79 0.08
HSL 10.43º 0.81% 0.56% -
HSV(B) 10.43º 0.79% 0.92% -
XYZ 37.52 23.76 5.63 -
YUV 123.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 234 82 50 0 0.65 0.79 0.08 10.43 0.81 0.56
Hex EA 52 32 0 41 4F 8 A 51 38
Octal 352 122 62 0 101 117 10 12 121 70
Binary 11101010 1010010 110010 0 1000001 1001111 1000 1010 1010001 111000

Color Harmonies of #EA5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5232

Black with #EA5232

Text Example


Text Example

White with #EA5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5232; }

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

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

background-color css

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

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

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

border-color css

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

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

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