Html Css Color HEX #EA002C Torch Red

📋 copy color: '#EA002C'

red 234 ◦ green 0 ◦ blue 44

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

Shades of Torch Red #EA002C

Tints of Torch Red #EA002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 84.17%
G = 0%
B = 15.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA002C (or 0xEA002C) is known color: Torch Red. HEX triplet: EA, 00 and 2C. RGB value is (234,0,44). Sum of RGB (Red+Green+Blue) = 234+0+44=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA002C is #15FFD3. Grayscale: #4B4B4B. Windows color (decimal): -1441748 or 2883818. OLE color: 2883818.

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

Color convert

RGB 234 0 44 -
CMYK 0 1 0.81 0.08
HSL 348.72º 1% 0.46% -
HSV(B) 348.72º 1% 0.92% -
XYZ 34.39 17.67 3.98 -
YUV 74.98 110.52 241.42 -
System Red Green Blue C M Y K H S L
Decimal 234 0 44 0 1 0.81 0.08 348.72 1 0.46
Hex EA 0 2C 0 64 51 8 15D 64 2E
Octal 352 0 54 0 144 121 10 535 144 56
Binary 11101010 0 101100 0 1100100 1010001 1000 101011101 1100100 101110

Color Harmonies of #EA002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA002C

Black with #EA002C

Text Example


Text Example

White with #EA002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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