Html Css Color HEX #EA4726 Cinnabar

📋 copy color: '#EA4726'

red 234 ◦ green 71 ◦ blue 38

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

Shades of Cinnabar #EA4726

Tints of Cinnabar #EA4726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 68.22%
G = 20.7%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA4726 (or 0xEA4726) is known color: Cinnabar. HEX triplet: EA, 47 and 26. RGB value is (234,71,38). Sum of RGB (Red+Green+Blue) = 234+71+38=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4726 is #15B8D9. Grayscale: #747474. Windows color (decimal): -1423578 or 2508778. OLE color: 2508778.

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

Color convert

RGB 234 71 38 -
CMYK 0 0.70 0.84 0.08
HSL 10.1º 0.82% 0.53% -
HSV(B) 10.1º 0.84% 0.92% -
XYZ 36.53 22.14 4.18 -
YUV 115.98 84 212.18 -
System Red Green Blue C M Y K H S L
Decimal 234 71 38 0 0.70 0.84 0.08 10.1 0.82 0.53
Hex EA 47 26 0 46 54 8 A 52 35
Octal 352 107 46 0 106 124 10 12 122 65
Binary 11101010 1000111 100110 0 1000110 1010100 1000 1010 1010010 110101

Color Harmonies of #EA4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4726

Black with #EA4726

Text Example


Text Example

White with #EA4726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4726; }

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

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

background-color css

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

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

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

border-color css

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

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

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