Html Css Color HEX #EA291E Cinnabar

📋 copy color: '#EA291E'

red 234 ◦ green 41 ◦ blue 30

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

Shades of Cinnabar #EA291E

Tints of Cinnabar #EA291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.84%

R = 76.72%
G = 13.44%
B = 9.84%

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

#EA291E (or 0xEA291E) is known color: Cinnabar. HEX triplet: EA, 29 and 1E. RGB value is (234,41,30). Sum of RGB (Red+Green+Blue) = 234+41+30=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA291E is #15D6E1. Grayscale: #616161. Windows color (decimal): -1431266 or 1976810. OLE color: 1976810.

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

Color convert

RGB 234 41 30 -
CMYK 0 0.82 0.87 0.08
HSL 3.24º 0.83% 0.52% -
HSV(B) 3.24º 0.87% 0.92% -
XYZ 34.96 19.17 3.09 -
YUV 97.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 234 41 30 0 0.82 0.87 0.08 3.24 0.83 0.52
Hex EA 29 1E 0 52 57 8 3 53 34
Octal 352 51 36 0 122 127 10 3 123 64
Binary 11101010 101001 11110 0 1010010 1010111 1000 11 1010011 110100

Color Harmonies of #EA291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA291E

Black with #EA291E

Text Example


Text Example

White with #EA291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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