Html Css Color HEX #EA4841 Cinnabar

📋 copy color: '#EA4841'

red 234 ◦ green 72 ◦ blue 65

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

Shades of Cinnabar #EA4841

Tints of Cinnabar #EA4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 63.07%
G = 19.41%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA4841 (or 0xEA4841) is known color: Cinnabar. HEX triplet: EA, 48 and 41. RGB value is (234,72,65). Sum of RGB (Red+Green+Blue) = 234+72+65=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4841 is #15B7BE. Grayscale: #777777. Windows color (decimal): -1423295 or 4278506. OLE color: 4278506.

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

Color convert

RGB 234 72 65 -
CMYK 0 0.69 0.72 0.08
HSL 2.49º 0.8% 0.59% -
HSV(B) 2.49º 0.72% 0.92% -
XYZ 37.2 22.51 7.38 -
YUV 119.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 234 72 65 0 0.69 0.72 0.08 2.49 0.8 0.59
Hex EA 48 41 0 45 48 8 2 50 3B
Octal 352 110 101 0 105 110 10 2 120 73
Binary 11101010 1001000 1000001 0 1000101 1001000 1000 10 1010000 111011

Color Harmonies of #EA4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4841

Black with #EA4841

Text Example


Text Example

White with #EA4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4841; }

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

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

background-color css

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

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

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

border-color css

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

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

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