Html Css Color HEX #FD1423 Torch Red

📋 copy color: '#FD1423'

red 253 ◦ green 20 ◦ blue 35

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

Shades of Torch Red #FD1423

Tints of Torch Red #FD1423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

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

R = 82.14%
G = 6.49%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD1423 (or 0xFD1423) is known color: Torch Red. HEX triplet: FD, 14 and 23. RGB value is (253,20,35). Sum of RGB (Red+Green+Blue) = 253+20+35=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1423 is #02EBDC. Grayscale: #5B5B5B. Windows color (decimal): -191453 or 2299133. OLE color: 2299133.

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

Color convert

RGB 253 20 35 -
CMYK 0 0.92 0.86 0.01
HSL 356.14º 0.98% 0.54% -
HSV(B) 356.14º 0.92% 0.99% -
XYZ 41.06 21.5 3.58 -
YUV 91.38 96.19 243.28 -
System Red Green Blue C M Y K H S L
Decimal 253 20 35 0 0.92 0.86 0.01 356.14 0.98 0.54
Hex FD 14 23 0 5C 56 1 164 62 36
Octal 375 24 43 0 134 126 1 544 142 66
Binary 11111101 10100 100011 0 1011100 1010110 1 101100100 1100010 110110

Color Harmonies of #FD1423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1423

Black with #FD1423

Text Example


Text Example

White with #FD1423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1423; }

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

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

background-color css

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

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

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

border-color css

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

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

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