Html Css Color HEX #EA0022 Torch Red

📋 copy color: '#EA0022'

red 234 ◦ green 0 ◦ blue 34

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

Shades of Torch Red #EA0022

Tints of Torch Red #EA0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 87.31%
G = 0%
B = 12.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA0022 (or 0xEA0022) is known color: Torch Red. HEX triplet: EA, 00 and 22. RGB value is (234,0,34). Sum of RGB (Red+Green+Blue) = 234+0+34=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0022 is #15FFDD. Grayscale: #494949. Windows color (decimal): -1441758 or 2228458. OLE color: 2228458.

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

Color convert

RGB 234 0 34 -
CMYK 0 1 0.85 0.08
HSL 351.28º 1% 0.46% -
HSV(B) 351.28º 1% 0.92% -
XYZ 34.22 17.61 3.11 -
YUV 73.84 105.52 242.24 -
System Red Green Blue C M Y K H S L
Decimal 234 0 34 0 1 0.85 0.08 351.28 1 0.46
Hex EA 0 22 0 64 55 8 15F 64 2E
Octal 352 0 42 0 144 125 10 537 144 56
Binary 11101010 0 100010 0 1100100 1010101 1000 101011111 1100100 101110

Color Harmonies of #EA0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0022

Black with #EA0022

Text Example


Text Example

White with #EA0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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