Html Css Color HEX #FE0324 Torch Red

📋 copy color: '#FE0324'

red 254 ◦ green 3 ◦ blue 36

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

Shades of Torch Red #FE0324

Tints of Torch Red #FE0324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 86.69%
G = 1.02%
B = 12.29%

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

#FE0324 (or 0xFE0324) is known color: Torch Red. HEX triplet: FE, 03 and 24. RGB value is (254,3,36). Sum of RGB (Red+Green+Blue) = 254+3+36=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0324 is #01FCDB. Grayscale: #515151. Windows color (decimal): -130268 or 2360318. OLE color: 2360318.

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

Color convert

RGB 254 3 36 -
CMYK 0 0.99 0.86 0.00
HSL 352.11º 0.99% 0.5% -
HSV(B) 352.11º 0.99% 1% -
XYZ 41.22 21.26 3.6 -
YUV 81.81 102.16 250.82 -
System Red Green Blue C M Y K H S L
Decimal 254 3 36 0 0.99 0.86 0.00 352.11 0.99 0.5
Hex FE 3 24 0 63 56 0 160 63 32
Octal 376 3 44 0 143 126 0 540 143 62
Binary 11111110 11 100100 0 1100011 1010110 0 101100000 1100011 110010

Color Harmonies of #FE0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0324

Black with #FE0324

Text Example


Text Example

White with #FE0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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