Html Css Color HEX #FE0223 Torch Red

📋 copy color: '#FE0223'

red 254 ◦ green 2 ◦ blue 35

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

Shades of Torch Red #FE0223

Tints of Torch Red #FE0223

RGB

 RED value IS 254 (99.61% from 255) = 87.29%

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

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

R = 87.29%
G = 0.69%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE0223 (or 0xFE0223) is known color: Torch Red. HEX triplet: FE, 02 and 23. RGB value is (254,2,35). Sum of RGB (Red+Green+Blue) = 254+2+35=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0223 is #01FDDC. Grayscale: #515151. Windows color (decimal): -130525 or 2294526. OLE color: 2294526.

HSL color Cylindrical-coordinate representation of color #FE0223: hue angle of 352.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0223 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 2 35 -
CMYK 0 0.99 0.86 0.00
HSL 352.14º 0.99% 0.5% -
HSV(B) 352.14º 0.99% 1% -
XYZ 41.2 21.24 3.52 -
YUV 81.11 101.99 251.32 -
System Red Green Blue C M Y K H S L
Decimal 254 2 35 0 0.99 0.86 0.00 352.14 0.99 0.5
Hex FE 2 23 0 63 56 0 160 63 32
Octal 376 2 43 0 143 126 0 540 143 62
Binary 11111110 10 100011 0 1100011 1010110 0 101100000 1100011 110010

Color Harmonies of #FE0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0223

Black with #FE0223

Text Example


Text Example

White with #FE0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0223; }

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

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

background-color css

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

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

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

border-color css

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

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

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