Html Css Color HEX #FE0317 Torch Red

📋 copy color: '#FE0317'

red 254 ◦ green 3 ◦ blue 23

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

Shades of Torch Red #FE0317

Tints of Torch Red #FE0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 90.71%
G = 1.07%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE0317 (or 0xFE0317) is known color: Torch Red. HEX triplet: FE, 03 and 17. RGB value is (254,3,23). Sum of RGB (Red+Green+Blue) = 254+3+23=280 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0317 is #01FCE8. Grayscale: #505050. Windows color (decimal): -130281 or 1508350. OLE color: 1508350.

HSL color Cylindrical-coordinate representation of color #FE0317: hue angle of 355.22º 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 #FE0317 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 3 23 -
CMYK 0 0.99 0.91 0.00
HSL 355.22º 0.99% 0.5% -
HSV(B) 355.22º 0.99% 1% -
XYZ 41.06 21.2 2.74 -
YUV 80.33 95.66 251.87 -
System Red Green Blue C M Y K H S L
Decimal 254 3 23 0 0.99 0.91 0.00 355.22 0.99 0.5
Hex FE 3 17 0 63 5B 0 163 63 32
Octal 376 3 27 0 143 133 0 543 143 62
Binary 11111110 11 10111 0 1100011 1011011 0 101100011 1100011 110010

Color Harmonies of #FE0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0317

Black with #FE0317

Text Example


Text Example

White with #FE0317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0317; }

 p { color: rgb(254,3,23); }

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

background-color css

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

 a { background-color: rgb(254,3,23); }

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

border-color css

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

 span { border-color: rgb(254,3,23); }

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