Html Css Color HEX #FE0321 Torch Red

📋 copy color: '#FE0321'

red 254 ◦ green 3 ◦ blue 33

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

Shades of Torch Red #FE0321

Tints of Torch Red #FE0321

RGB

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

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

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

R = 87.59%
G = 1.03%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE0321 (or 0xFE0321) is known color: Torch Red. HEX triplet: FE, 03 and 21. RGB value is (254,3,33). Sum of RGB (Red+Green+Blue) = 254+3+33=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0321 is #01FCDE. Grayscale: #515151. Windows color (decimal): -130271 or 2163710. OLE color: 2163710.

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

Color convert

RGB 254 3 33 -
CMYK 0 0.99 0.87 0.00
HSL 352.83º 0.99% 0.5% -
HSV(B) 352.83º 0.99% 1% -
XYZ 41.18 21.25 3.37 -
YUV 81.47 100.66 251.06 -
System Red Green Blue C M Y K H S L
Decimal 254 3 33 0 0.99 0.87 0.00 352.83 0.99 0.5
Hex FE 3 21 0 63 57 0 161 63 32
Octal 376 3 41 0 143 127 0 541 143 62
Binary 11111110 11 100001 0 1100011 1010111 0 101100001 1100011 110010

Color Harmonies of #FE0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0321

Black with #FE0321

Text Example


Text Example

White with #FE0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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