Html Css Color HEX #FE0D41 Torch Red

📋 copy color: '#FE0D41'

red 254 ◦ green 13 ◦ blue 65

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

Shades of Torch Red #FE0D41

Tints of Torch Red #FE0D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 76.51%
G = 3.92%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE0D41 (or 0xFE0D41) is known color: Torch Red. HEX triplet: FE, 0D and 41. RGB value is (254,13,65). Sum of RGB (Red+Green+Blue) = 254+13+65=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D41 is #01F2BE. Grayscale: #5B5B5B. Windows color (decimal): -127679 or 4263422. OLE color: 4263422.

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

Color convert

RGB 254 13 65 -
CMYK 0 0.95 0.74 0.00
HSL 347.05º 0.99% 0.52% -
HSV(B) 347.05º 0.95% 1% -
XYZ 41.97 21.74 6.99 -
YUV 90.99 113.34 244.27 -
System Red Green Blue C M Y K H S L
Decimal 254 13 65 0 0.95 0.74 0.00 347.05 0.99 0.52
Hex FE D 41 0 5F 4A 0 15B 63 34
Octal 376 15 101 0 137 112 0 533 143 64
Binary 11111110 1101 1000001 0 1011111 1001010 0 101011011 1100011 110100

Color Harmonies of #FE0D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0D41

Black with #FE0D41

Text Example


Text Example

White with #FE0D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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