Html Css Color HEX #EA3326 Cinnabar

📋 copy color: '#EA3326'

red 234 ◦ green 51 ◦ blue 38

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

Shades of Cinnabar #EA3326

Tints of Cinnabar #EA3326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 38 (15.23% from 255) = 11.76%

R = 72.45%
G = 15.79%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA3326 (or 0xEA3326) is known color: Cinnabar. HEX triplet: EA, 33 and 26. RGB value is (234,51,38). Sum of RGB (Red+Green+Blue) = 234+51+38=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3326 is #15CCD9. Grayscale: #686868. Windows color (decimal): -1428698 or 2503658. OLE color: 2503658.

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

Color convert

RGB 234 51 38 -
CMYK 0 0.78 0.84 0.08
HSL 3.98º 0.82% 0.53% -
HSV(B) 3.98º 0.84% 0.92% -
XYZ 35.47 20 3.82 -
YUV 104.24 90.63 220.56 -
System Red Green Blue C M Y K H S L
Decimal 234 51 38 0 0.78 0.84 0.08 3.98 0.82 0.53
Hex EA 33 26 0 4E 54 8 4 52 35
Octal 352 63 46 0 116 124 10 4 122 65
Binary 11101010 110011 100110 0 1001110 1010100 1000 100 1010010 110101

Color Harmonies of #EA3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3326

Black with #EA3326

Text Example


Text Example

White with #EA3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3326; }

 p { color: rgb(234,51,38); }

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

background-color css

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

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

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

border-color css

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

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

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