Html Css Color HEX #EA0223 Torch Red

📋 copy color: '#EA0223'

red 234 ◦ green 2 ◦ blue 35

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

Shades of Torch Red #EA0223

Tints of Torch Red #EA0223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 86.35%
G = 0.74%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA0223 (or 0xEA0223) is known color: Torch Red. HEX triplet: EA, 02 and 23. RGB value is (234,2,35). Sum of RGB (Red+Green+Blue) = 234+2+35=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0223 is #15FDDC. Grayscale: #4B4B4B. Windows color (decimal): -1441245 or 2294506. OLE color: 2294506.

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

Color convert

RGB 234 2 35 -
CMYK 0 0.99 0.85 0.08
HSL 351.47º 0.98% 0.46% -
HSV(B) 351.47º 0.99% 0.92% -
XYZ 34.26 17.66 3.19 -
YUV 75.13 105.36 241.32 -
System Red Green Blue C M Y K H S L
Decimal 234 2 35 0 0.99 0.85 0.08 351.47 0.98 0.46
Hex EA 2 23 0 63 55 8 15F 62 2E
Octal 352 2 43 0 143 125 10 537 142 56
Binary 11101010 10 100011 0 1100011 1010101 1000 101011111 1100010 101110

Color Harmonies of #EA0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0223

Black with #EA0223

Text Example


Text Example

White with #EA0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0223; }

 p { color: rgb(234,2,35); }

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

background-color css

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

 a { background-color: rgb(234,2,35); }

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

border-color css

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

 span { border-color: rgb(234,2,35); }

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