Html Css Color HEX #EA3726 Cinnabar

📋 copy color: '#EA3726'

red 234 ◦ green 55 ◦ blue 38

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

Shades of Cinnabar #EA3726

Tints of Cinnabar #EA3726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 71.56%
G = 16.82%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA3726 (or 0xEA3726) is known color: Cinnabar. HEX triplet: EA, 37 and 26. RGB value is (234,55,38). Sum of RGB (Red+Green+Blue) = 234+55+38=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3726 is #15C8D9. Grayscale: #6A6A6A. Windows color (decimal): -1427674 or 2504682. OLE color: 2504682.

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

Color convert

RGB 234 55 38 -
CMYK 0 0.76 0.84 0.08
HSL 5.2º 0.82% 0.53% -
HSV(B) 5.2º 0.84% 0.92% -
XYZ 35.65 20.36 3.89 -
YUV 106.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 234 55 38 0 0.76 0.84 0.08 5.2 0.82 0.53
Hex EA 37 26 0 4C 54 8 5 52 35
Octal 352 67 46 0 114 124 10 5 122 65
Binary 11101010 110111 100110 0 1001100 1010100 1000 101 1010010 110101

Color Harmonies of #EA3726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3726

Black with #EA3726

Text Example


Text Example

White with #EA3726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3726; }

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

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

background-color css

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

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

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

border-color css

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

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

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