Html Css Color HEX #FE003D Torch Red

📋 copy color: '#FE003D'

red 254 ◦ green 0 ◦ blue 61

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

Shades of Torch Red #FE003D

Tints of Torch Red #FE003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 80.63%
G = 0%
B = 19.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE003D (or 0xFE003D) is known color: Torch Red. HEX triplet: FE, 00 and 3D. RGB value is (254,0,61). Sum of RGB (Red+Green+Blue) = 254+0+61=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE003D is #01FFC2. Grayscale: #525252. Windows color (decimal): -131011 or 3997950. OLE color: 3997950.

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

Color convert

RGB 254 0 61 -
CMYK 0 1 0.76 0.00
HSL 345.59º 1% 0.5% -
HSV(B) 345.59º 1% 1% -
XYZ 41.72 21.41 6.35 -
YUV 82.9 115.65 250.04 -
System Red Green Blue C M Y K H S L
Decimal 254 0 61 0 1 0.76 0.00 345.59 1 0.5
Hex FE 0 3D 0 64 4C 0 15A 64 32
Octal 376 0 75 0 144 114 0 532 144 62
Binary 11111110 0 111101 0 1100100 1001100 0 101011010 1100100 110010

Color Harmonies of #FE003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE003D

Black with #FE003D

Text Example


Text Example

White with #FE003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE003D; }

 p { color: rgb(254,0,61); }

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

background-color css

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

 a { background-color: rgb(254,0,61); }

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

border-color css

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

 span { border-color: rgb(254,0,61); }

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