Html Css Color HEX #EA3E2C Cinnabar

📋 copy color: '#EA3E2C'

red 234 ◦ green 62 ◦ blue 44

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

Shades of Cinnabar #EA3E2C

Tints of Cinnabar #EA3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 68.82%
G = 18.24%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA3E2C (or 0xEA3E2C) is known color: Cinnabar. HEX triplet: EA, 3E and 2C. RGB value is (234,62,44). Sum of RGB (Red+Green+Blue) = 234+62+44=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E2C is #15C1D3. Grayscale: #6F6F6F. Windows color (decimal): -1425876 or 2899690. OLE color: 2899690.

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

Color convert

RGB 234 62 44 -
CMYK 0 0.74 0.81 0.08
HSL 5.68º 0.82% 0.55% -
HSV(B) 5.68º 0.81% 0.92% -
XYZ 36.11 21.12 4.56 -
YUV 111.38 89.98 215.46 -
System Red Green Blue C M Y K H S L
Decimal 234 62 44 0 0.74 0.81 0.08 5.68 0.82 0.55
Hex EA 3E 2C 0 4A 51 8 6 52 37
Octal 352 76 54 0 112 121 10 6 122 67
Binary 11101010 111110 101100 0 1001010 1010001 1000 110 1010010 110111

Color Harmonies of #EA3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E2C

Black with #EA3E2C

Text Example


Text Example

White with #EA3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E2C; }

 p { color: rgb(234,62,44); }

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

background-color css

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

 a { background-color: rgb(234,62,44); }

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

border-color css

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

 span { border-color: rgb(234,62,44); }

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