Html Css Color HEX #EA002D Torch Red

📋 copy color: '#EA002D'

red 234 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #EA002D

Tints of Torch Red #EA002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 83.87%
G = 0%
B = 16.13%

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

#EA002D (or 0xEA002D) is known color: Torch Red. HEX triplet: EA, 00 and 2D. RGB value is (234,0,45). Sum of RGB (Red+Green+Blue) = 234+0+45=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA002D is #15FFD2. Grayscale: #4B4B4B. Windows color (decimal): -1441747 or 2949354. OLE color: 2949354.

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

Color convert

RGB 234 0 45 -
CMYK 0 1 0.81 0.08
HSL 348.46º 1% 0.46% -
HSV(B) 348.46º 1% 0.92% -
XYZ 34.41 17.68 4.08 -
YUV 75.1 111.02 241.34 -
System Red Green Blue C M Y K H S L
Decimal 234 0 45 0 1 0.81 0.08 348.46 1 0.46
Hex EA 0 2D 0 64 51 8 15C 64 2E
Octal 352 0 55 0 144 121 10 534 144 56
Binary 11101010 0 101101 0 1100100 1010001 1000 101011100 1100100 101110

Color Harmonies of #EA002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA002D

Black with #EA002D

Text Example


Text Example

White with #EA002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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