Html Css Color HEX #FE283F Torch Red

📋 copy color: '#FE283F'

red 254 ◦ green 40 ◦ blue 63

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

Shades of Torch Red #FE283F

Tints of Torch Red #FE283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

 BLUE value IS 63 (25% from 255) = 17.65%

R = 71.15%
G = 11.2%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE283F (or 0xFE283F) is known color: Torch Red. HEX triplet: FE, 28 and 3F. RGB value is (254,40,63). Sum of RGB (Red+Green+Blue) = 254+40+63=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE283F is #01D7C0. Grayscale: #6A6A6A. Windows color (decimal): -120769 or 4139262. OLE color: 4139262.

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

Color convert

RGB 254 40 63 -
CMYK 0 0.84 0.75 0.00
HSL 353.55º 0.99% 0.58% -
HSV(B) 353.55º 0.84% 1% -
XYZ 42.53 22.95 6.89 -
YUV 106.61 103.4 233.13 -
System Red Green Blue C M Y K H S L
Decimal 254 40 63 0 0.84 0.75 0.00 353.55 0.99 0.58
Hex FE 28 3F 0 54 4B 0 162 63 3A
Octal 376 50 77 0 124 113 0 542 143 72
Binary 11111110 101000 111111 0 1010100 1001011 0 101100010 1100011 111010

Color Harmonies of #FE283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE283F

Black with #FE283F

Text Example


Text Example

White with #FE283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE283F; }

 p { color: rgb(254,40,63); }

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

background-color css

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

 a { background-color: rgb(254,40,63); }

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

border-color css

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

 span { border-color: rgb(254,40,63); }

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