Html Css Color HEX #EA4032 Cinnabar

📋 copy color: '#EA4032'

red 234 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #EA4032

Tints of Cinnabar #EA4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 67.24%
G = 18.39%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA4032 (or 0xEA4032) is known color: Cinnabar. HEX triplet: EA, 40 and 32. RGB value is (234,64,50). Sum of RGB (Red+Green+Blue) = 234+64+50=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4032 is #15BFCD. Grayscale: #717171. Windows color (decimal): -1425358 or 3293418. OLE color: 3293418.

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

Color convert

RGB 234 64 50 -
CMYK 0 0.73 0.79 0.08
HSL 4.57º 0.81% 0.56% -
HSV(B) 4.57º 0.79% 0.92% -
XYZ 36.34 21.39 5.23 -
YUV 113.23 92.32 214.14 -
System Red Green Blue C M Y K H S L
Decimal 234 64 50 0 0.73 0.79 0.08 4.57 0.81 0.56
Hex EA 40 32 0 49 4F 8 5 51 38
Octal 352 100 62 0 111 117 10 5 121 70
Binary 11101010 1000000 110010 0 1001001 1001111 1000 101 1010001 111000

Color Harmonies of #EA4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4032

Black with #EA4032

Text Example


Text Example

White with #EA4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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