Html Css Color HEX #EA4432 Cinnabar

📋 copy color: '#EA4432'

red 234 ◦ green 68 ◦ blue 50

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

Shades of Cinnabar #EA4432

Tints of Cinnabar #EA4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.32%

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

R = 66.48%
G = 19.32%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA4432 (or 0xEA4432) is known color: Cinnabar. HEX triplet: EA, 44 and 32. RGB value is (234,68,50). Sum of RGB (Red+Green+Blue) = 234+68+50=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4432 is #15BBCD. Grayscale: #737373. Windows color (decimal): -1424334 or 3294442. OLE color: 3294442.

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

Color convert

RGB 234 68 50 -
CMYK 0 0.71 0.79 0.08
HSL 5.87º 0.81% 0.56% -
HSV(B) 5.87º 0.79% 0.92% -
XYZ 36.57 21.86 5.31 -
YUV 115.58 91 212.46 -
System Red Green Blue C M Y K H S L
Decimal 234 68 50 0 0.71 0.79 0.08 5.87 0.81 0.56
Hex EA 44 32 0 47 4F 8 6 51 38
Octal 352 104 62 0 107 117 10 6 121 70
Binary 11101010 1000100 110010 0 1000111 1001111 1000 110 1010001 111000

Color Harmonies of #EA4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4432

Black with #EA4432

Text Example


Text Example

White with #EA4432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4432; }

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

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

background-color css

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

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

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

border-color css

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

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

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