Html Css Color HEX #EA2C1F Cinnabar

📋 copy color: '#EA2C1F'

red 234 ◦ green 44 ◦ blue 31

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

Shades of Cinnabar #EA2C1F

Tints of Cinnabar #EA2C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

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

R = 75.73%
G = 14.24%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA2C1F (or 0xEA2C1F) is known color: Cinnabar. HEX triplet: EA, 2C and 1F. RGB value is (234,44,31). Sum of RGB (Red+Green+Blue) = 234+44+31=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C1F is #15D3E0. Grayscale: #636363. Windows color (decimal): -1430497 or 2043114. OLE color: 2043114.

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

Color convert

RGB 234 44 31 -
CMYK 0 0.81 0.87 0.08
HSL 3.84º 0.83% 0.52% -
HSV(B) 3.84º 0.87% 0.92% -
XYZ 35.08 19.39 3.19 -
YUV 99.33 89.45 224.06 -
System Red Green Blue C M Y K H S L
Decimal 234 44 31 0 0.81 0.87 0.08 3.84 0.83 0.52
Hex EA 2C 1F 0 51 57 8 4 53 34
Octal 352 54 37 0 121 127 10 4 123 64
Binary 11101010 101100 11111 0 1010001 1010111 1000 100 1010011 110100

Color Harmonies of #EA2C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C1F

Black with #EA2C1F

Text Example


Text Example

White with #EA2C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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