Html Css Color HEX #FE0D1B Torch Red

📋 copy color: '#FE0D1B'

red 254 ◦ green 13 ◦ blue 27

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

Shades of Torch Red #FE0D1B

Tints of Torch Red #FE0D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 86.39%
G = 4.42%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE0D1B (or 0xFE0D1B) is known color: Torch Red. HEX triplet: FE, 0D and 1B. RGB value is (254,13,27). Sum of RGB (Red+Green+Blue) = 254+13+27=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D1B is #01F2E4. Grayscale: #565656. Windows color (decimal): -127717 or 1773054. OLE color: 1773054.

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

Color convert

RGB 254 13 27 -
CMYK 0 0.95 0.89 0.00
HSL 356.51º 0.99% 0.52% -
HSV(B) 356.51º 0.95% 1% -
XYZ 41.21 21.44 3 -
YUV 86.66 94.34 247.36 -
System Red Green Blue C M Y K H S L
Decimal 254 13 27 0 0.95 0.89 0.00 356.51 0.99 0.52
Hex FE D 1B 0 5F 59 0 165 63 34
Octal 376 15 33 0 137 131 0 545 143 64
Binary 11111110 1101 11011 0 1011111 1011001 0 101100101 1100011 110100

Color Harmonies of #FE0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0D1B

Black with #FE0D1B

Text Example


Text Example

White with #FE0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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