Html Css Color HEX #EA371B Cinnabar

📋 copy color: '#EA371B'

red 234 ◦ green 55 ◦ blue 27

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

Shades of Cinnabar #EA371B

Tints of Cinnabar #EA371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 74.05%
G = 17.41%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA371B (or 0xEA371B) is known color: Cinnabar. HEX triplet: EA, 37 and 1B. RGB value is (234,55,27). Sum of RGB (Red+Green+Blue) = 234+55+27=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA371B is #15C8E4. Grayscale: #696969. Windows color (decimal): -1427685 or 1783786. OLE color: 1783786.

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

Color convert

RGB 234 55 27 -
CMYK 0 0.76 0.88 0.08
HSL 8.12º 0.83% 0.51% -
HSV(B) 8.12º 0.88% 0.92% -
XYZ 35.5 20.3 3.09 -
YUV 105.33 83.8 219.78 -
System Red Green Blue C M Y K H S L
Decimal 234 55 27 0 0.76 0.88 0.08 8.12 0.83 0.51
Hex EA 37 1B 0 4C 58 8 8 53 33
Octal 352 67 33 0 114 130 10 10 123 63
Binary 11101010 110111 11011 0 1001100 1011000 1000 1000 1010011 110011

Color Harmonies of #EA371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA371B

Black with #EA371B

Text Example


Text Example

White with #EA371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA371B; }

 p { color: rgb(234,55,27); }

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

background-color css

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

 a { background-color: rgb(234,55,27); }

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

border-color css

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

 span { border-color: rgb(234,55,27); }

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