Html Css Color HEX #EA271F Cinnabar

📋 copy color: '#EA271F'

red 234 ◦ green 39 ◦ blue 31

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

Shades of Cinnabar #EA271F

Tints of Cinnabar #EA271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 76.97%
G = 12.83%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA271F (or 0xEA271F) is known color: Cinnabar. HEX triplet: EA, 27 and 1F. RGB value is (234,39,31). Sum of RGB (Red+Green+Blue) = 234+39+31=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA271F is #15D8E0. Grayscale: #606060. Windows color (decimal): -1431777 or 2041834. OLE color: 2041834.

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

Color convert

RGB 234 39 31 -
CMYK 0 0.83 0.87 0.08
HSL 2.36º 0.83% 0.52% -
HSV(B) 2.36º 0.87% 0.92% -
XYZ 34.9 19.04 3.13 -
YUV 96.39 91.1 226.15 -
System Red Green Blue C M Y K H S L
Decimal 234 39 31 0 0.83 0.87 0.08 2.36 0.83 0.52
Hex EA 27 1F 0 53 57 8 2 53 34
Octal 352 47 37 0 123 127 10 2 123 64
Binary 11101010 100111 11111 0 1010011 1010111 1000 10 1010011 110100

Color Harmonies of #EA271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA271F

Black with #EA271F

Text Example


Text Example

White with #EA271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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