Html Css Color HEX #FE1D4B Torch Red

📋 copy color: '#FE1D4B'

red 254 ◦ green 29 ◦ blue 75

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

Shades of Torch Red #FE1D4B

Tints of Torch Red #FE1D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.1%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 70.95%
G = 8.1%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE1D4B (or 0xFE1D4B) is known color: Torch Red. HEX triplet: FE, 1D and 4B. RGB value is (254,29,75). Sum of RGB (Red+Green+Blue) = 254+29+75=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D4B is #01E2B4. Grayscale: #656565. Windows color (decimal): -123573 or 4922878. OLE color: 4922878.

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

Color convert

RGB 254 29 75 -
CMYK 0 0.89 0.70 0.00
HSL 347.73º 0.99% 0.55% -
HSV(B) 347.73º 0.89% 1% -
XYZ 42.58 22.46 8.75 -
YUV 101.52 113.04 236.76 -
System Red Green Blue C M Y K H S L
Decimal 254 29 75 0 0.89 0.70 0.00 347.73 0.99 0.55
Hex FE 1D 4B 0 59 46 0 15C 63 37
Octal 376 35 113 0 131 106 0 534 143 67
Binary 11111110 11101 1001011 0 1011001 1000110 0 101011100 1100011 110111

Color Harmonies of #FE1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1D4B

Black with #FE1D4B

Text Example


Text Example

White with #FE1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1D4B; }

 p { color: rgb(254,29,75); }

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

background-color css

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

 a { background-color: rgb(254,29,75); }

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

border-color css

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

 span { border-color: rgb(254,29,75); }

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