Html Css Color HEX #FD1923 Torch Red

📋 copy color: '#FD1923'

red 253 ◦ green 25 ◦ blue 35

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

Shades of Torch Red #FD1923

Tints of Torch Red #FD1923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 35 (14.06% from 255) = 11.18%

R = 80.83%
G = 7.99%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD1923 (or 0xFD1923) is known color: Torch Red. HEX triplet: FD, 19 and 23. RGB value is (253,25,35). Sum of RGB (Red+Green+Blue) = 253+25+35=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1923 is #02E6DC. Grayscale: #5E5E5E. Windows color (decimal): -190173 or 2300413. OLE color: 2300413.

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

Color convert

RGB 253 25 35 -
CMYK 0 0.90 0.86 0.01
HSL 357.37º 0.98% 0.55% -
HSV(B) 357.37º 0.9% 0.99% -
XYZ 41.16 21.7 3.61 -
YUV 94.31 94.54 241.19 -
System Red Green Blue C M Y K H S L
Decimal 253 25 35 0 0.90 0.86 0.01 357.37 0.98 0.55
Hex FD 19 23 0 5A 56 1 165 62 37
Octal 375 31 43 0 132 126 1 545 142 67
Binary 11111101 11001 100011 0 1011010 1010110 1 101100101 1100010 110111

Color Harmonies of #FD1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1923

Black with #FD1923

Text Example


Text Example

White with #FD1923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1923; }

 p { color: rgb(253,25,35); }

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

background-color css

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

 a { background-color: rgb(253,25,35); }

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

border-color css

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

 span { border-color: rgb(253,25,35); }

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