Html Css Color HEX #EA031C Torch Red

📋 copy color: '#EA031C'

red 234 ◦ green 3 ◦ blue 28

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

Shades of Torch Red #EA031C

Tints of Torch Red #EA031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 88.3%
G = 1.13%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA031C (or 0xEA031C) is known color: Torch Red. HEX triplet: EA, 03 and 1C. RGB value is (234,3,28). Sum of RGB (Red+Green+Blue) = 234+3+28=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA031C is #15FCE3. Grayscale: #4B4B4B. Windows color (decimal): -1440996 or 1836010. OLE color: 1836010.

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

Color convert

RGB 234 3 28 -
CMYK 0 0.99 0.88 0.08
HSL 353.51º 0.97% 0.46% -
HSV(B) 353.51º 0.99% 0.92% -
XYZ 34.17 17.64 2.7 -
YUV 74.92 101.53 241.47 -
System Red Green Blue C M Y K H S L
Decimal 234 3 28 0 0.99 0.88 0.08 353.51 0.97 0.46
Hex EA 3 1C 0 63 58 8 162 61 2E
Octal 352 3 34 0 143 130 10 542 141 56
Binary 11101010 11 11100 0 1100011 1011000 1000 101100010 1100001 101110

Color Harmonies of #EA031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA031C

Black with #EA031C

Text Example


Text Example

White with #EA031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA031C; }

 p { color: rgb(234,3,28); }

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

background-color css

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

 a { background-color: rgb(234,3,28); }

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

border-color css

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

 span { border-color: rgb(234,3,28); }

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