Html Css Color HEX #FD1F2E Torch Red

📋 copy color: '#FD1F2E'

red 253 ◦ green 31 ◦ blue 46

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

Shades of Torch Red #FD1F2E

Tints of Torch Red #FD1F2E

RGB

 RED value IS 253 (99.22% from 255) = 76.67%

 GREEN value IS 31 (12.5% from 255) = 9.39%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 76.67%
G = 9.39%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD1F2E (or 0xFD1F2E) is known color: Torch Red. HEX triplet: FD, 1F and 2E. RGB value is (253,31,46). Sum of RGB (Red+Green+Blue) = 253+31+46=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1F2E is #02E0D1. Grayscale: #636363. Windows color (decimal): -188626 or 3022845. OLE color: 3022845.

HSL color Cylindrical-coordinate representation of color #FD1F2E: hue angle of 355.95º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1F2E is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 31 46 -
CMYK 0 0.88 0.82 0.01
HSL 355.95º 0.98% 0.56% -
HSV(B) 355.95º 0.88% 0.99% -
XYZ 41.49 22.06 4.66 -
YUV 99.09 98.05 237.78 -
System Red Green Blue C M Y K H S L
Decimal 253 31 46 0 0.88 0.82 0.01 355.95 0.98 0.56
Hex FD 1F 2E 0 58 52 1 164 62 38
Octal 375 37 56 0 130 122 1 544 142 70
Binary 11111101 11111 101110 0 1011000 1010010 1 101100100 1100010 111000

Color Harmonies of #FD1F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1F2E

Black with #FD1F2E

Text Example


Text Example

White with #FD1F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1F2E; }

 p { color: rgb(253,31,46); }

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

background-color css

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

 a { background-color: rgb(253,31,46); }

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

border-color css

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

 span { border-color: rgb(253,31,46); }

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