Html Css Color HEX #EA0021 Torch Red

📋 copy color: '#EA0021'

red 234 ◦ green 0 ◦ blue 33

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

Shades of Torch Red #EA0021

Tints of Torch Red #EA0021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 87.64%
G = 0%
B = 12.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0021 (or 0xEA0021) is known color: Torch Red. HEX triplet: EA, 00 and 21. RGB value is (234,0,33). Sum of RGB (Red+Green+Blue) = 234+0+33=267 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.64% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0021 is #15FFDE. Grayscale: #494949. Windows color (decimal): -1441759 or 2162922. OLE color: 2162922.

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

Color convert

RGB 234 0 33 -
CMYK 0 1 0.86 0.08
HSL 351.54º 1% 0.46% -
HSV(B) 351.54º 1% 0.92% -
XYZ 34.21 17.6 3.03 -
YUV 73.73 105.02 242.32 -
System Red Green Blue C M Y K H S L
Decimal 234 0 33 0 1 0.86 0.08 351.54 1 0.46
Hex EA 0 21 0 64 56 8 160 64 2E
Octal 352 0 41 0 144 126 10 540 144 56
Binary 11101010 0 100001 0 1100100 1010110 1000 101100000 1100100 101110

Color Harmonies of #EA0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0021

Black with #EA0021

Text Example


Text Example

White with #EA0021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0021; }

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

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

background-color css

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

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

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

border-color css

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

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

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