Html Css Color HEX #EA4E2E Cinnabar

📋 copy color: '#EA4E2E'

red 234 ◦ green 78 ◦ blue 46

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

Shades of Cinnabar #EA4E2E

Tints of Cinnabar #EA4E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 65.36%
G = 21.79%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA4E2E (or 0xEA4E2E) is known color: Cinnabar. HEX triplet: EA, 4E and 2E. RGB value is (234,78,46). Sum of RGB (Red+Green+Blue) = 234+78+46=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4E2E is #15B1D1. Grayscale: #797979. Windows color (decimal): -1421778 or 3034858. OLE color: 3034858.

HSL color Cylindrical-coordinate representation of color #EA4E2E: hue angle of 10.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA4E2E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 78 46 -
CMYK 0 0.67 0.80 0.08
HSL 10.21º 0.82% 0.55% -
HSV(B) 10.21º 0.8% 0.92% -
XYZ 37.15 23.14 5.09 -
YUV 121 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 234 78 46 0 0.67 0.80 0.08 10.21 0.82 0.55
Hex EA 4E 2E 0 43 50 8 A 52 37
Octal 352 116 56 0 103 120 10 12 122 67
Binary 11101010 1001110 101110 0 1000011 1010000 1000 1010 1010010 110111

Color Harmonies of #EA4E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4E2E

Black with #EA4E2E

Text Example


Text Example

White with #EA4E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4E2E; }

 p { color: rgb(234,78,46); }

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

background-color css

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

 a { background-color: rgb(234,78,46); }

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

border-color css

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

 span { border-color: rgb(234,78,46); }

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