Html Css Color HEX #FD1E3A Torch Red

📋 copy color: '#FD1E3A'

red 253 ◦ green 30 ◦ blue 58

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

Shades of Torch Red #FD1E3A

Tints of Torch Red #FD1E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 74.19%
G = 8.8%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD1E3A (or 0xFD1E3A) is known color: Torch Red. HEX triplet: FD, 1E and 3A. RGB value is (253,30,58). Sum of RGB (Red+Green+Blue) = 253+30+58=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1E3A is #02E1C5. Grayscale: #636363. Windows color (decimal): -188870 or 3809021. OLE color: 3809021.

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

Color convert

RGB 253 30 58 -
CMYK 0 0.88 0.77 0.01
HSL 352.47º 0.98% 0.55% -
HSV(B) 352.47º 0.88% 0.99% -
XYZ 41.74 22.12 6.07 -
YUV 99.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 253 30 58 0 0.88 0.77 0.01 352.47 0.98 0.55
Hex FD 1E 3A 0 58 4D 1 160 62 37
Octal 375 36 72 0 130 115 1 540 142 67
Binary 11111101 11110 111010 0 1011000 1001101 1 101100000 1100010 110111

Color Harmonies of #FD1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E3A

Black with #FD1E3A

Text Example


Text Example

White with #FD1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E3A; }

 p { color: rgb(253,30,58); }

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

background-color css

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

 a { background-color: rgb(253,30,58); }

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

border-color css

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

 span { border-color: rgb(253,30,58); }

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