Html Css Color HEX #EA4126 Cinnabar

📋 copy color: '#EA4126'

red 234 ◦ green 65 ◦ blue 38

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

Shades of Cinnabar #EA4126

Tints of Cinnabar #EA4126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 69.44%
G = 19.29%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA4126 (or 0xEA4126) is known color: Cinnabar. HEX triplet: EA, 41 and 26. RGB value is (234,65,38). Sum of RGB (Red+Green+Blue) = 234+65+38=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4126 is #15BED9. Grayscale: #707070. Windows color (decimal): -1425114 or 2507242. OLE color: 2507242.

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

Color convert

RGB 234 65 38 -
CMYK 0 0.72 0.84 0.08
HSL 8.27º 0.82% 0.53% -
HSV(B) 8.27º 0.84% 0.92% -
XYZ 36.17 21.41 4.06 -
YUV 112.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 234 65 38 0 0.72 0.84 0.08 8.27 0.82 0.53
Hex EA 41 26 0 48 54 8 8 52 35
Octal 352 101 46 0 110 124 10 10 122 65
Binary 11101010 1000001 100110 0 1001000 1010100 1000 1000 1010010 110101

Color Harmonies of #EA4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4126

Black with #EA4126

Text Example


Text Example

White with #EA4126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4126; }

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

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

background-color css

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

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

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

border-color css

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

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

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