Html Css Color HEX #EA3E2A Cinnabar

📋 copy color: '#EA3E2A'

red 234 ◦ green 62 ◦ blue 42

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

Shades of Cinnabar #EA3E2A

Tints of Cinnabar #EA3E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 69.23%
G = 18.34%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA3E2A (or 0xEA3E2A) is known color: Cinnabar. HEX triplet: EA, 3E and 2A. RGB value is (234,62,42). Sum of RGB (Red+Green+Blue) = 234+62+42=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E2A is #15C1D5. Grayscale: #6F6F6F. Windows color (decimal): -1425878 or 2768618. OLE color: 2768618.

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

Color convert

RGB 234 62 42 -
CMYK 0 0.74 0.82 0.08
HSL 6.25º 0.82% 0.54% -
HSV(B) 6.25º 0.82% 0.92% -
XYZ 36.07 21.1 4.36 -
YUV 111.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 234 62 42 0 0.74 0.82 0.08 6.25 0.82 0.54
Hex EA 3E 2A 0 4A 52 8 6 52 36
Octal 352 76 52 0 112 122 10 6 122 66
Binary 11101010 111110 101010 0 1001010 1010010 1000 110 1010010 110110

Color Harmonies of #EA3E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E2A

Black with #EA3E2A

Text Example


Text Example

White with #EA3E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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