Html Css Color HEX #FD1733 Torch Red

📋 copy color: '#FD1733'

red 253 ◦ green 23 ◦ blue 51

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

Shades of Torch Red #FD1733

Tints of Torch Red #FD1733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 77.37%
G = 7.03%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD1733 (or 0xFD1733) is known color: Torch Red. HEX triplet: FD, 17 and 33. RGB value is (253,23,51). Sum of RGB (Red+Green+Blue) = 253+23+51=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1733 is #02E8CC. Grayscale: #5F5F5F. Windows color (decimal): -190669 or 3348477. OLE color: 3348477.

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

Color convert

RGB 253 23 51 -
CMYK 0 0.91 0.80 0.01
HSL 352.7º 0.98% 0.54% -
HSV(B) 352.7º 0.91% 0.99% -
XYZ 41.41 21.73 5.14 -
YUV 94.96 103.2 240.72 -
System Red Green Blue C M Y K H S L
Decimal 253 23 51 0 0.91 0.80 0.01 352.7 0.98 0.54
Hex FD 17 33 0 5B 50 1 161 62 36
Octal 375 27 63 0 133 120 1 541 142 66
Binary 11111101 10111 110011 0 1011011 1010000 1 101100001 1100010 110110

Color Harmonies of #FD1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1733

Black with #FD1733

Text Example


Text Example

White with #FD1733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1733; }

 p { color: rgb(253,23,51); }

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

background-color css

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

 a { background-color: rgb(253,23,51); }

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

border-color css

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

 span { border-color: rgb(253,23,51); }

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