Html Css Color HEX #FD1133 Torch Red

📋 copy color: '#FD1133'

red 253 ◦ green 17 ◦ blue 51

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

Shades of Torch Red #FD1133

Tints of Torch Red #FD1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

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

R = 78.82%
G = 5.3%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD1133 (or 0xFD1133) is known color: Torch Red. HEX triplet: FD, 11 and 33. RGB value is (253,17,51). Sum of RGB (Red+Green+Blue) = 253+17+51=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1133 is #02EECC. Grayscale: #5B5B5B. Windows color (decimal): -192205 or 3346941. OLE color: 3346941.

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

Color convert

RGB 253 17 51 -
CMYK 0 0.93 0.80 0.01
HSL 351.36º 0.98% 0.53% -
HSV(B) 351.36º 0.93% 0.99% -
XYZ 41.31 21.52 5.11 -
YUV 91.44 105.19 243.24 -
System Red Green Blue C M Y K H S L
Decimal 253 17 51 0 0.93 0.80 0.01 351.36 0.98 0.53
Hex FD 11 33 0 5D 50 1 15F 62 35
Octal 375 21 63 0 135 120 1 537 142 65
Binary 11111101 10001 110011 0 1011101 1010000 1 101011111 1100010 110101

Color Harmonies of #FD1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1133

Black with #FD1133

Text Example


Text Example

White with #FD1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1133; }

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

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

background-color css

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

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

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

border-color css

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

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

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