Html Css Color HEX #EA291F Cinnabar

📋 copy color: '#EA291F'

red 234 ◦ green 41 ◦ blue 31

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

Shades of Cinnabar #EA291F

Tints of Cinnabar #EA291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 76.47%
G = 13.4%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA291F (or 0xEA291F) is known color: Cinnabar. HEX triplet: EA, 29 and 1F. RGB value is (234,41,31). Sum of RGB (Red+Green+Blue) = 234+41+31=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA291F is #15D6E0. Grayscale: #616161. Windows color (decimal): -1431265 or 2042346. OLE color: 2042346.

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

Color convert

RGB 234 41 31 -
CMYK 0 0.82 0.87 0.08
HSL 2.96º 0.83% 0.52% -
HSV(B) 2.96º 0.87% 0.92% -
XYZ 34.97 19.18 3.15 -
YUV 97.57 90.44 225.31 -
System Red Green Blue C M Y K H S L
Decimal 234 41 31 0 0.82 0.87 0.08 2.96 0.83 0.52
Hex EA 29 1F 0 52 57 8 3 53 34
Octal 352 51 37 0 122 127 10 3 123 64
Binary 11101010 101001 11111 0 1010010 1010111 1000 11 1010011 110100

Color Harmonies of #EA291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA291F

Black with #EA291F

Text Example


Text Example

White with #EA291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA291F; }

 p { color: rgb(234,41,31); }

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

background-color css

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

 a { background-color: rgb(234,41,31); }

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

border-color css

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

 span { border-color: rgb(234,41,31); }

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