Html Css Color HEX #EA4128 Cinnabar

📋 copy color: '#EA4128'

red 234 ◦ green 65 ◦ blue 40

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

Shades of Cinnabar #EA4128

Tints of Cinnabar #EA4128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 69.03%
G = 19.17%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA4128 (or 0xEA4128) is known color: Cinnabar. HEX triplet: EA, 41 and 28. RGB value is (234,65,40). Sum of RGB (Red+Green+Blue) = 234+65+40=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4128 is #15BED7. Grayscale: #707070. Windows color (decimal): -1425112 or 2638314. OLE color: 2638314.

HSL color Cylindrical-coordinate representation of color #EA4128: hue angle of 7.73º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA4128 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 65 40 -
CMYK 0 0.72 0.83 0.08
HSL 7.73º 0.82% 0.54% -
HSV(B) 7.73º 0.83% 0.92% -
XYZ 36.2 21.43 4.23 -
YUV 112.68 86.99 214.53 -
System Red Green Blue C M Y K H S L
Decimal 234 65 40 0 0.72 0.83 0.08 7.73 0.82 0.54
Hex EA 41 28 0 48 53 8 8 52 36
Octal 352 101 50 0 110 123 10 10 122 66
Binary 11101010 1000001 101000 0 1001000 1010011 1000 1000 1010010 110110

Color Harmonies of #EA4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4128

Black with #EA4128

Text Example


Text Example

White with #EA4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4128; }

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

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

background-color css

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

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

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

border-color css

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

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

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