Html Css Color HEX #EA3426 Cinnabar

📋 copy color: '#EA3426'

red 234 ◦ green 52 ◦ blue 38

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

Shades of Cinnabar #EA3426

Tints of Cinnabar #EA3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 72.22%
G = 16.05%
B = 11.73%

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

#EA3426 (or 0xEA3426) is known color: Cinnabar. HEX triplet: EA, 34 and 26. RGB value is (234,52,38). Sum of RGB (Red+Green+Blue) = 234+52+38=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3426 is #15CBD9. Grayscale: #696969. Windows color (decimal): -1428442 or 2503914. OLE color: 2503914.

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

Color convert

RGB 234 52 38 -
CMYK 0 0.78 0.84 0.08
HSL 4.29º 0.82% 0.53% -
HSV(B) 4.29º 0.84% 0.92% -
XYZ 35.51 20.09 3.84 -
YUV 104.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 234 52 38 0 0.78 0.84 0.08 4.29 0.82 0.53
Hex EA 34 26 0 4E 54 8 4 52 35
Octal 352 64 46 0 116 124 10 4 122 65
Binary 11101010 110100 100110 0 1001110 1010100 1000 100 1010010 110101

Color Harmonies of #EA3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3426

Black with #EA3426

Text Example


Text Example

White with #EA3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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