Html Css Color HEX #FD1E3E Torch Red

📋 copy color: '#FD1E3E'

red 253 ◦ green 30 ◦ blue 62

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

Shades of Torch Red #FD1E3E

Tints of Torch Red #FD1E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 73.33%
G = 8.7%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD1E3E (or 0xFD1E3E) is known color: Torch Red. HEX triplet: FD, 1E and 3E. RGB value is (253,30,62). Sum of RGB (Red+Green+Blue) = 253+30+62=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1E3E is #02E1C1. Grayscale: #646464. Windows color (decimal): -188866 or 4071165. OLE color: 4071165.

HSL color Cylindrical-coordinate representation of color #FD1E3E: hue angle of 351.39º 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 #FD1E3E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 30 62 -
CMYK 0 0.88 0.75 0.01
HSL 351.39º 0.98% 0.55% -
HSV(B) 351.39º 0.88% 0.99% -
XYZ 41.84 22.16 6.63 -
YUV 100.33 106.38 236.9 -
System Red Green Blue C M Y K H S L
Decimal 253 30 62 0 0.88 0.75 0.01 351.39 0.98 0.55
Hex FD 1E 3E 0 58 4B 1 15F 62 37
Octal 375 36 76 0 130 113 1 537 142 67
Binary 11111101 11110 111110 0 1011000 1001011 1 101011111 1100010 110111

Color Harmonies of #FD1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E3E

Black with #FD1E3E

Text Example


Text Example

White with #FD1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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