Html Css Color HEX #EA4426 Cinnabar

📋 copy color: '#EA4426'

red 234 ◦ green 68 ◦ blue 38

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

Shades of Cinnabar #EA4426

Tints of Cinnabar #EA4426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 68.82%
G = 20%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA4426 (or 0xEA4426) is known color: Cinnabar. HEX triplet: EA, 44 and 26. RGB value is (234,68,38). Sum of RGB (Red+Green+Blue) = 234+68+38=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4426 is #15BBD9. Grayscale: #727272. Windows color (decimal): -1424346 or 2508010. OLE color: 2508010.

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

Color convert

RGB 234 68 38 -
CMYK 0 0.71 0.84 0.08
HSL 9.18º 0.82% 0.53% -
HSV(B) 9.18º 0.84% 0.92% -
XYZ 36.35 21.77 4.12 -
YUV 114.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 234 68 38 0 0.71 0.84 0.08 9.18 0.82 0.53
Hex EA 44 26 0 47 54 8 9 52 35
Octal 352 104 46 0 107 124 10 11 122 65
Binary 11101010 1000100 100110 0 1000111 1010100 1000 1001 1010010 110101

Color Harmonies of #EA4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4426

Black with #EA4426

Text Example


Text Example

White with #EA4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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