Html Css Color HEX #EA271E Cinnabar

📋 copy color: '#EA271E'

red 234 ◦ green 39 ◦ blue 30

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

Shades of Cinnabar #EA271E

Tints of Cinnabar #EA271E

RGB

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

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

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

R = 77.23%
G = 12.87%
B = 9.9%

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

#EA271E (or 0xEA271E) is known color: Cinnabar. HEX triplet: EA, 27 and 1E. RGB value is (234,39,30). Sum of RGB (Red+Green+Blue) = 234+39+30=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA271E is #15D8E1. Grayscale: #606060. Windows color (decimal): -1431778 or 1976298. OLE color: 1976298.

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

Color convert

RGB 234 39 30 -
CMYK 0 0.83 0.87 0.08
HSL 2.65º 0.83% 0.52% -
HSV(B) 2.65º 0.87% 0.92% -
XYZ 34.89 19.04 3.06 -
YUV 96.28 90.6 226.23 -
System Red Green Blue C M Y K H S L
Decimal 234 39 30 0 0.83 0.87 0.08 2.65 0.83 0.52
Hex EA 27 1E 0 53 57 8 3 53 34
Octal 352 47 36 0 123 127 10 3 123 64
Binary 11101010 100111 11110 0 1010011 1010111 1000 11 1010011 110100

Color Harmonies of #EA271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA271E

Black with #EA271E

Text Example


Text Example

White with #EA271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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