Html Css Color HEX #EA3838 Cinnabar

📋 copy color: '#EA3838'

red 234 ◦ green 56 ◦ blue 56

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

Shades of Cinnabar #EA3838

Tints of Cinnabar #EA3838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 56 (22.27% from 255) = 16.18%

R = 67.63%
G = 16.18%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA3838 (or 0xEA3838) is known color: Cinnabar. HEX triplet: EA, 38 and 38. RGB value is (234,56,56). Sum of RGB (Red+Green+Blue) = 234+56+56=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3838 is #15C7C7. Grayscale: #6D6D6D. Windows color (decimal): -1427400 or 3684586. OLE color: 3684586.

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

Color convert

RGB 234 56 56 -
CMYK 0 0.76 0.76 0.08
HSL 0.81% 0.57% -
HSV(B) 0.76% 0.92% -
XYZ 36.06 20.61 5.82 -
YUV 109.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 234 56 56 0 0.76 0.76 0.08 0 0.81 0.57
Hex EA 38 38 0 4C 4C 8 0 51 39
Octal 352 70 70 0 114 114 10 0 121 71
Binary 11101010 111000 111000 0 1001100 1001100 1000 0 1010001 111001

Color Harmonies of #EA3838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3838

Black with #EA3838

Text Example


Text Example

White with #EA3838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3838; }

 p { color: rgb(234,56,56); }

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

background-color css

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

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

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

border-color css

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

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

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