Html Css Color HEX #FE0D44 Torch Red

📋 copy color: '#FE0D44'

red 254 ◦ green 13 ◦ blue 68

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

Shades of Torch Red #FE0D44

Tints of Torch Red #FE0D44

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 75.82%
G = 3.88%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE0D44 (or 0xFE0D44) is known color: Torch Red. HEX triplet: FE, 0D and 44. RGB value is (254,13,68). Sum of RGB (Red+Green+Blue) = 254+13+68=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D44 is #01F2BB. Grayscale: #5B5B5B. Windows color (decimal): -127676 or 4460030. OLE color: 4460030.

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

Color convert

RGB 254 13 68 -
CMYK 0 0.95 0.73 0.00
HSL 346.31º 0.99% 0.52% -
HSV(B) 346.31º 0.95% 1% -
XYZ 42.06 21.78 7.46 -
YUV 91.33 114.84 244.03 -
System Red Green Blue C M Y K H S L
Decimal 254 13 68 0 0.95 0.73 0.00 346.31 0.99 0.52
Hex FE D 44 0 5F 49 0 15A 63 34
Octal 376 15 104 0 137 111 0 532 143 64
Binary 11111110 1101 1000100 0 1011111 1001001 0 101011010 1100011 110100

Color Harmonies of #FE0D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0D44

Black with #FE0D44

Text Example


Text Example

White with #FE0D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0D44; }

 p { color: rgb(254,13,68); }

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

background-color css

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

 a { background-color: rgb(254,13,68); }

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

border-color css

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

 span { border-color: rgb(254,13,68); }

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