Html Css Color HEX #EA312D Cinnabar

📋 copy color: '#EA312D'

red 234 ◦ green 49 ◦ blue 45

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

Shades of Cinnabar #EA312D

Tints of Cinnabar #EA312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 71.34%
G = 14.94%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA312D (or 0xEA312D) is known color: Cinnabar. HEX triplet: EA, 31 and 2D. RGB value is (234,49,45). Sum of RGB (Red+Green+Blue) = 234+49+45=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA312D is #15CED2. Grayscale: #686868. Windows color (decimal): -1429203 or 2961898. OLE color: 2961898.

HSL color Cylindrical-coordinate representation of color #EA312D: hue angle of 1.27º 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 #EA312D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 45 -
CMYK 0 0.79 0.81 0.08
HSL 1.27º 0.82% 0.55% -
HSV(B) 1.27º 0.81% 0.92% -
XYZ 35.5 19.88 4.45 -
YUV 103.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 234 49 45 0 0.79 0.81 0.08 1.27 0.82 0.55
Hex EA 31 2D 0 4F 51 8 1 52 37
Octal 352 61 55 0 117 121 10 1 122 67
Binary 11101010 110001 101101 0 1001111 1010001 1000 1 1010010 110111

Color Harmonies of #EA312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA312D

Black with #EA312D

Text Example


Text Example

White with #EA312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA312D; }

 p { color: rgb(234,49,45); }

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

background-color css

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

 a { background-color: rgb(234,49,45); }

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

border-color css

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

 span { border-color: rgb(234,49,45); }

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