Html Css Color HEX #EA4331 Cinnabar

📋 copy color: '#EA4331'

red 234 ◦ green 67 ◦ blue 49

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

Shades of Cinnabar #EA4331

Tints of Cinnabar #EA4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 66.86%
G = 19.14%
B = 14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA4331 (or 0xEA4331) is known color: Cinnabar. HEX triplet: EA, 43 and 31. RGB value is (234,67,49). Sum of RGB (Red+Green+Blue) = 234+67+49=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4331 is #15BCCE. Grayscale: #737373. Windows color (decimal): -1424591 or 3228650. OLE color: 3228650.

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

Color convert

RGB 234 67 49 -
CMYK 0 0.71 0.79 0.08
HSL 5.84º 0.81% 0.55% -
HSV(B) 5.84º 0.79% 0.92% -
XYZ 36.49 21.73 5.18 -
YUV 114.88 90.83 212.96 -
System Red Green Blue C M Y K H S L
Decimal 234 67 49 0 0.71 0.79 0.08 5.84 0.81 0.55
Hex EA 43 31 0 47 4F 8 6 51 37
Octal 352 103 61 0 107 117 10 6 121 67
Binary 11101010 1000011 110001 0 1000111 1001111 1000 110 1010001 110111

Color Harmonies of #EA4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4331

Black with #EA4331

Text Example


Text Example

White with #EA4331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4331; }

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

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

background-color css

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

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

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

border-color css

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

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

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